]> Dogcows Code - chaz/tint2/blobdiff - src/config.c
tint2conf : cleanup and rotate vertical panel snapshot
[chaz/tint2] / src / config.c
index 9e74f1751d94bb9d9f0642c0a5089b517e6a2c99..60c14f31716e7c3d3f786f82bcb9f5fada61ced7 100644 (file)
@@ -626,7 +626,7 @@ void add_entry (char *key, char *value)
                panel_autohide_height = atoi(value);
 
        else
-               fprintf(stderr, "tint2 : invalid option \"%s\", correct your config file\n", key);
+               fprintf(stderr, "tint2 : invalid option \"%s\",\n  upgrade tint2 or correct your config file\n", key);
 
        if (value1) free (value1);
        if (value2) free (value2);
This page took 0.019242 seconds and 4 git commands to generate.