remove -t; prepare for mergint into master
[xmenu] / xmenu.c
diff --git a/xmenu.c b/xmenu.c
index ff4cf53..f2eaab4 100644 (file)
--- a/xmenu.c
+++ b/xmenu.c
@@ -1485,7 +1485,7 @@ main(int argc, char *argv[])
        if ((xim = XOpenIM(dpy, NULL, NULL, NULL)) == NULL)
                errx(1, "XOpenIM: could not open input device");
 
        if ((xim = XOpenIM(dpy, NULL, NULL, NULL)) == NULL)
                errx(1, "XOpenIM: could not open input device");
 
-       /* get configuration */
+       /* process configuration and window class */
        getresources();
        classh.res_class = PROGNAME;
        classh.res_name = getoptions(argc, argv);
        getresources();
        classh.res_class = PROGNAME;
        classh.res_name = getoptions(argc, argv);