Skip to content

Commit

Permalink
Point documentation to openscad.org/documentation.html
Browse files Browse the repository at this point in the history
  • Loading branch information
kintel committed Jun 18, 2013
1 parent 60e0edb commit 6c7d386
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/MainWindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down Expand Up @@ -625,7 +625,7 @@
</action>
<action name="helpActionManual">
<property name="text">
<string>OpenSCAD Manual</string>
<string>Documentation</string>
</property>
</action>
<action name="fileActionClearRecent">
Expand Down
2 changes: 1 addition & 1 deletion src/mainwin.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6c7d386

Please sign in to comment.