QTfrontend/binds.h
changeset 2428 6800f8aa0184
parent 2379 d62b1f224982
child 2948 3f21a9dc93d0
--- 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 <QString>
 
-#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];