summaryrefslogtreecommitdiff
path: root/dahdi_tool.c
diff options
context:
space:
mode:
authorMatthew Fredrickson <creslin@digium.com>2008-05-23 16:00:59 +0000
committerMatthew Fredrickson <creslin@digium.com>2008-05-23 16:00:59 +0000
commite334fbdd9115801f76f62ae8924a958d534f5fca (patch)
tree151453cfed61e9ec945b96f375500a0c46bff6b5 /dahdi_tool.c
parent06a471999f5f815553ee9e412f6a6f206fe63651 (diff)
Replace Zapata references with DAHDI in error messages
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4349 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'dahdi_tool.c')
-rw-r--r--dahdi_tool.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/dahdi_tool.c b/dahdi_tool.c
index e5ef20f..c1fdba2 100644
--- a/dahdi_tool.c
+++ b/dahdi_tool.c
@@ -516,7 +516,7 @@ static void show_spans(void)
label = newtLabel(5,1,"Alarms Span");
- newtCenteredWindow(72,18, "Zapata Telephony Interfaces");
+ newtCenteredWindow(72,18, "DAHDI Telephony Interfaces");
form = newtForm(NULL, NULL, 0);
newtFormSetTimer(form, 200);
@@ -577,7 +577,7 @@ int main(int argc, char *argv[])
newtInit();
newtCls();
- newtDrawRootText(0,0,"Zaptel Tool (C)2002-2008 Digium, Inc.");
+ newtDrawRootText(0,0,"DAHDI Tool (C)2002-2008 Digium, Inc.");
newtPushHelpLine("Welcome to the DAHDI Tool!");
show_spans();
cleanup();