QTfrontend/binds.h
changeset 281 5b483aa9f2ab
parent 184 f97a7a3dc8f6
child 415 d6d3a6a473a3
--- a/QTfrontend/binds.h	Sun Nov 26 21:19:24 2006 +0000
+++ b/QTfrontend/binds.h	Mon Nov 27 17:29:08 2006 +0000
@@ -22,7 +22,7 @@
 #include <QString>
 #include <QtGlobal>
 
-#define BINDS_NUMBER 29
+#define BINDS_NUMBER 30
 
 struct BindAction
 {
@@ -58,6 +58,7 @@
 	{"timer 3",	"3",	QT_TRANSLATE_NOOP("binds", "timer 3 sec"),	false},
 	{"timer 4",	"4",	QT_TRANSLATE_NOOP("binds", "timer 4 sec"),	false},
 	{"timer 5",	"5",	QT_TRANSLATE_NOOP("binds", "timer 5 sec"),	true},
+	{"pause",	"p",	QT_TRANSLATE_NOOP("binds", "pause"),	false},
 	{"+voldown",	"9",	QT_TRANSLATE_NOOP("binds", "volume down"),	false},
 	{"+volup",	"0",	QT_TRANSLATE_NOOP("binds", "volume up"),	false},
 	{"fullscr",	"f",	QT_TRANSLATE_NOOP("binds", "change mode"),	false},