This commit is contained in:
Dana Jansens 2003-03-23 22:41:32 +00:00
parent 22f38541c5
commit 6b79b47f23

View 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);
/*