summaryrefslogtreecommitdiff
path: root/utils/themeeditor/gui/editorwindow.ui
diff options
context:
space:
mode:
authorRobert Bieber <robby@bieberphoto.com>2010-07-15 21:39:09 +0000
committerRobert Bieber <robby@bieberphoto.com>2010-07-15 21:39:09 +0000
commitc272144867f94dc7e99f8333bec5dd052878ecd8 (patch)
tree6ceb4ce5111b05da666ab2c0a1fda571d84ccd42 /utils/themeeditor/gui/editorwindow.ui
parente700e195d88f09a94fe681fd2906564ade2be0d0 (diff)
downloadrockbox-c272144867f94dc7e99f8333bec5dd052878ecd8.tar.gz
rockbox-c272144867f94dc7e99f8333bec5dd052878ecd8.zip
Theme Editor: Added New Project feature
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27439 a1c6a512-1295-4272-9138-f99709370657
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>