This commit is contained in:
doitux
2007-02-15 00:16:01 +00:00
parent 56d7300cdd
commit d0eedc68ee
+13 -1
View File
@@ -4033,6 +4033,8 @@
<string>Game</string>
</property>
<addaction name="actionNewGame" />
<addaction name="actionCreate_network_Game" />
<addaction name="actionJoin_network_Game" />
<addaction name="actionSettings" />
<addaction name="actionAboutPokerth" />
<addaction name="actionQuit" />
@@ -4042,7 +4044,7 @@
<widget class="QStatusBar" name="statusbar" />
<action name="actionNewGame" >
<property name="text" >
<string>Start New Game ...</string>
<string>Start new local Game ...</string>
</property>
<property name="shortcut" >
<string>Ctrl+N</string>
@@ -4063,6 +4065,16 @@
<string>Settings ...</string>
</property>
</action>
<action name="actionCreate_network_Game" >
<property name="text" >
<string>Create Network Game ...</string>
</property>
</action>
<action name="actionJoin_network_Game" >
<property name="text" >
<string>Join Network Game ...</string>
</property>
</action>
</widget>
<tabstops>
<tabstop>pushButton_raise</tabstop>