summaryrefslogtreecommitdiff
path: root/dahdi_tool.c
diff options
context:
space:
mode:
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();