From: Dana Jansens Date: Sun, 23 Mar 2003 22:41:32 +0000 (+0000) Subject: typo X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=6b79b47f232445b428d415faf47008631b822168;p=chaz%2Fopenbox typo --- diff --git a/plugins/focus.c b/plugins/focus.c index da76e98c..bb176a22 100644 --- a/plugins/focus.c +++ b/plugins/focus.c @@ -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); /*