diff options
author | skiidoo <skiidoo@users.sourceforge.net> | 2008-05-31 10:07:10 (GMT) |
---|---|---|
committer | Mathias Gumz <akira at fluxbox dot org> | 2008-06-11 05:47:02 (GMT) |
commit | be3ac3723da5bc5203c68ea3bea597e8a6ba9c8d (patch) | |
tree | d9974b7d87ae951e79a2266572240ea4fcf147a9 /util | |
parent | a84fe20c49198c1ef74616e51152a5e1363fab41 (diff) | |
download | fluxbox_pavel-be3ac3723da5bc5203c68ea3bea597e8a6ba9c8d.zip fluxbox_pavel-be3ac3723da5bc5203c68ea3bea597e8a6ba9c8d.tar.bz2 |
updated the copyright where it's easily visible: `fluxbox -v` and COPYRIGHT.
nls/translators: typo, plus Translation.m.desc never existed. Never.
more consistent keys file comments in fluxbox-update_config.
Diffstat (limited to 'util')
-rw-r--r-- | util/fluxbox-update_configs.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/fluxbox-update_configs.cc b/util/fluxbox-update_configs.cc index be22383..365136b 100644 --- a/util/fluxbox-update_configs.cc +++ b/util/fluxbox-update_configs.cc | |||
@@ -282,7 +282,7 @@ int run_updates(int old_version, FbTk::ResourceManager &rm) { | |||
282 | string whole_keyfile = read_file(keyfilename); | 282 | string whole_keyfile = read_file(keyfilename); |
283 | string new_keyfile = ""; | 283 | string new_keyfile = ""; |
284 | // let's put our new keybindings first, so they're easy to find | 284 | // let's put our new keybindings first, so they're easy to find |
285 | new_keyfile += "# start tabbing windows together\n"; | 285 | new_keyfile += "!mouse actions added by fluxbox-update_configs\n"; |
286 | new_keyfile += "OnTitlebar Mouse2 :StartTabbing\n\n"; | 286 | new_keyfile += "OnTitlebar Mouse2 :StartTabbing\n\n"; |
287 | new_keyfile += whole_keyfile; // don't forget user's old keybindings | 287 | new_keyfile += whole_keyfile; // don't forget user's old keybindings |
288 | 288 | ||