diff -r 207f520b9e83 -r d8870bbf960e QTfrontend/binds.h --- a/QTfrontend/binds.h Fri Sep 22 18:09:26 2006 +0000 +++ b/QTfrontend/binds.h Sat Sep 23 19:26:07 2006 +0000 @@ -37,7 +37,7 @@ #include #include -#define BINDS_NUMBER 24 +#define BINDS_NUMBER 25 struct BindAction { @@ -58,6 +58,7 @@ {"+attack", "space", QT_TRANSLATE_NOOP("binds", "attack"), false}, {"put", "mousel", QT_TRANSLATE_NOOP("binds", "put"), false}, {"switch", "tab", QT_TRANSLATE_NOOP("binds", "switch"), true}, + {"ammomenu", "mouser", QT_TRANSLATE_NOOP("binds", "ammo menu"), false}, {"slot 1", "f1", QT_TRANSLATE_NOOP("binds", "slot 1"), false}, {"slot 2", "f2", QT_TRANSLATE_NOOP("binds", "slot 2"), false}, {"slot 3", "f3", QT_TRANSLATE_NOOP("binds", "slot 3"), false},