comparison libgui/src/main-window.cc @ 21670:927d7bc4bdfa

maint: Periodic merge of stable to default.
author Rik <rik@octave.org>
date Tue, 03 May 2016 09:35:48 -0700
parents 1b9a36a66b01 7cb63f3994b0
children aba2e6293dd8
comparison
equal deleted inserted replaced
21668:58f5a6347851 21670:927d7bc4bdfa
350 } 350 }
351 351
352 void 352 void
353 main_window::open_online_documentation_page (void) 353 main_window::open_online_documentation_page (void)
354 { 354 {
355 QDesktopServices::openUrl (QUrl ("http://octave.org/doc/interpreter")); 355 QDesktopServices::openUrl (
356 QUrl ("http://octave.org/doc/interpreter/index.html"));
356 } 357 }
357 358
358 void 359 void
359 main_window::display_release_notes (void) 360 main_window::display_release_notes (void)
360 { 361 {