diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-03-23 22:41:32 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-03-23 22:41:32 +0000 |
| commit | 6b79b47f232445b428d415faf47008631b822168 (patch) | |
| tree | f42c7a148da582ae6ba39710036959697a38d520 /plugins/focus.c | |
| parent | 22f38541c5af082805bf08bff1e04aff8fa430dd (diff) | |
typo
Diffstat (limited to 'plugins/focus.c')
| -rw-r--r-- | plugins/focus.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); /* |
