]> Dogcows Code - chaz/openbox/blobdiff - openbox/openbox.c
Merge branch 'backport' into work
[chaz/openbox] / openbox / openbox.c
index 80f81594aeaa9c18ce16ad05ec9b0da007403115..014199dc3779cf9bb9dd5110ea4813ad5afb7b60 100644 (file)
@@ -558,7 +558,6 @@ static void parse_args(gint *argc, gchar **argv)
         }
         else if (!strcmp(argv[i], "--config-file")) {
             if (i == *argc - 1) /* no args left */
-                /* not translated cuz it's sekret */
                 g_printerr(_("--config-file requires an argument\n"));
             else {
                 /* this will be in the current locale encoding, which is
This page took 0.022453 seconds and 4 git commands to generate.