aboutsummaryrefslogtreecommitdiff
path: root/xbattext.c
diff options
context:
space:
mode:
Diffstat (limited to 'xbattext.c')
-rw-r--r--xbattext.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/xbattext.c b/xbattext.c
index 36c093e..66e29fe 100644
--- a/xbattext.c
+++ b/xbattext.c
@@ -83,12 +83,13 @@ Widget toplevel, label;
XmString xms;
XtAppContext app_context;
+/* program start */
int
main(int argc, char* argv[])
{
toplevel = XtVaAppInitialize(
&app_context,
- "XBat",
+ "xbattext",
NULL, 0,
&argc, argv,
NULL,