diff -r 241e3bb6a146 -r 6800f8aa0184 QTfrontend/binds.h --- a/QTfrontend/binds.h Mon Oct 12 13:56:07 2009 +0000 +++ b/QTfrontend/binds.h Mon Oct 12 16:44:30 2009 +0000 @@ -21,14 +21,19 @@ #include -#define BINDS_NUMBER 39 +#ifdef _WIN32 +#define BINDS_NUMBER 42 +#else +#define BINDS_NUMBER 43 +#endif struct BindAction { QString action; QString strbind; const char * name; - bool chwidget; + const char * category; + const char * description; }; extern const BindAction cbinds[BINDS_NUMBER];