diff options
author | Marius Kintel <marius@kintel.net> | 2013-06-18 03:25:01 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2013-06-18 03:25:01 (GMT) |
commit | 6c7d386a3338039416ced323bf1aa75edbb43d19 (patch) | |
tree | 64a54a07d1d5f675eb94a1cfa9ae6a0a89df64e8 | |
parent | 60e0edb211b6d0331efebb8badc86c4e4bcdff7b (diff) |
Point documentation to openscad.org/documentation.html
-rw-r--r-- | src/MainWindow.ui | 4 | ||||
-rw-r--r-- | src/mainwin.cc | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/MainWindow.ui b/src/MainWindow.ui index 2822b64..68bc064 100644 --- a/src/MainWindow.ui +++ b/src/MainWindow.ui @@ -116,7 +116,7 @@ <x>0</x> <y>0</y> <width>681</width> - <height>28</height> + <height>22</height> </rect> </property> <widget class="QMenu" name="menu_File"> @@ -625,7 +625,7 @@ </action> <action name="helpActionManual"> <property name="text"> - <string>OpenSCAD Manual</string> + <string>Documentation</string> </property> </action> <action name="fileActionClearRecent"> diff --git a/src/mainwin.cc b/src/mainwin.cc index d10337d..95f7242 100644 --- a/src/mainwin.cc +++ b/src/mainwin.cc @@ -1761,7 +1761,7 @@ MainWindow::helpHomepage() void MainWindow::helpManual() { - QDesktopServices::openUrl(QUrl("http://en.wikibooks.org/wiki/OpenSCAD_User_Manual")); + QDesktopServices::openUrl(QUrl("http://www.openscad.org/documentation.html")); } #define STRINGIFY(x) #x |