aboutsummaryrefslogtreecommitdiff
path: root/util/fluxbox-update_configs.cc
diff options
context:
space:
mode:
authorskiidoo <skiidoo@users.sourceforge.net>2008-05-31 10:07:10 (GMT)
committerMathias Gumz <akira at fluxbox dot org>2008-06-11 05:47:02 (GMT)
commitbe3ac3723da5bc5203c68ea3bea597e8a6ba9c8d (patch)
treed9974b7d87ae951e79a2266572240ea4fcf147a9 /util/fluxbox-update_configs.cc
parenta84fe20c49198c1ef74616e51152a5e1363fab41 (diff)
downloadfluxbox-be3ac3723da5bc5203c68ea3bea597e8a6ba9c8d.zip
fluxbox-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/fluxbox-update_configs.cc')
-rw-r--r--util/fluxbox-update_configs.cc2
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