summaryrefslogtreecommitdiff
path: root/utils/themeeditor/gui/editorwindow.ui
diff options
context:
space:
mode:
Diffstat (limited to 'utils/themeeditor/gui/editorwindow.ui')
-rw-r--r--utils/themeeditor/gui/editorwindow.ui9
1 files changed, 9 insertions, 0 deletions
diff --git a/utils/themeeditor/gui/editorwindow.ui b/utils/themeeditor/gui/editorwindow.ui
index ab8dc61896..a7246b9def 100644
--- a/utils/themeeditor/gui/editorwindow.ui
+++ b/utils/themeeditor/gui/editorwindow.ui
@@ -48,6 +48,7 @@
48 <string>&amp;File</string> 48 <string>&amp;File</string>
49 </property> 49 </property>
50 <addaction name="actionNew_Document"/> 50 <addaction name="actionNew_Document"/>
51 <addaction name="actionNew_Project"/>
51 <addaction name="actionOpen_Document"/> 52 <addaction name="actionOpen_Document"/>
52 <addaction name="actionOpen_Project"/> 53 <addaction name="actionOpen_Project"/>
53 <addaction name="separator"/> 54 <addaction name="separator"/>
@@ -386,6 +387,14 @@
386 <string>Ctrl+Shift+W</string> 387 <string>Ctrl+Shift+W</string>
387 </property> 388 </property>
388 </action> 389 </action>
390 <action name="actionNew_Project">
391 <property name="text">
392 <string>N&amp;ew Project</string>
393 </property>
394 <property name="shortcut">
395 <string>Ctrl+Shift+N</string>
396 </property>
397 </action>
389 </widget> 398 </widget>
390 <tabstops> 399 <tabstops>
391 <tabstop>projectTree</tabstop> 400 <tabstop>projectTree</tabstop>