diff options
author | clifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-02-20 10:20:18 (GMT) |
---|---|---|
committer | clifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-02-20 10:20:18 (GMT) |
commit | 0b0aa7b9b3ba8d75e97f249750b3eb1c61d52c38 (patch) | |
tree | 292c7fdbbd4d351a59ecafd5284d7274a56f8223 /src/MainWindow.ui | |
parent | 9beb315cbb3db05bc338a7ee27dfb54b29308471 (diff) |
Clifford Wolf:
Added Help -> OpenSCAD Homepage
Another RELEASE_NOTES typo fix
git-svn-id: http://svn.clifford.at/openscad/trunk@445 b57f626f-c46c-0410-a088-ec61d464b74c
Diffstat (limited to 'src/MainWindow.ui')
-rw-r--r-- | src/MainWindow.ui | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/MainWindow.ui b/src/MainWindow.ui index 0ad200d..37d8579 100644 --- a/src/MainWindow.ui +++ b/src/MainWindow.ui @@ -118,7 +118,7 @@ <x>0</x> <y>0</y> <width>681</width> - <height>22</height> + <height>25</height> </rect> </property> <widget class="QMenu" name="menu_File"> @@ -219,6 +219,7 @@ <string>Help</string> </property> <addaction name="helpActionAbout"/> + <addaction name="helpActionHomepage"/> <addaction name="helpActionManual"/> </widget> <addaction name="menu_File"/> @@ -642,6 +643,11 @@ <string>Flush Caches</string> </property> </action> + <action name="helpActionHomepage"> + <property name="text"> + <string>OpenSCAD Homepage</string> + </property> + </action> </widget> <customwidgets> <customwidget> |