]> Dogcows Code - chaz/openbox/commitdiff
typo
authorDana Jansens <danakj@orodu.net>
Sun, 23 Mar 2003 22:41:32 +0000 (22:41 +0000)
committerDana Jansens <danakj@orodu.net>
Sun, 23 Mar 2003 22:41:32 +0000 (22:41 +0000)
plugins/focus.c

index da76e98c808c7ac98ef83af464b6e55f01155d81..bb176a22d22ba980acfb0a2f7ba7d2eebab41a61 100644 (file)
@@ -19,7 +19,7 @@ void plugin_setup_config()
     config_set("focus.followMouse", Config_Bool, val);
     config_def_set(config_def_new("focus.focusNew", Config_Bool,
                                   "Focus New Windows",
-                                  "Focus windows when they first appear "));
+                                  "Focus windows when they first appear."));
     val.bool = TRUE;
     config_set("focus.focusNew", Config_Bool, val);
 /*
This page took 0.023396 seconds and 4 git commands to generate.