Mercurial > hg > octave-lyh
comparison gui/src/MainWindow.cpp @ 13607:fd31226d4c3a
Proxy settings can now be configured.
author | Jacob Dawid <jacob.dawid@googlemail.com> |
---|---|
date | Wed, 17 Aug 2011 00:36:10 +0200 |
parents | 269ef479ecbf |
children | 7f6f339761f9 |
comparison
equal
deleted
inserted
replaced
13606:ac9ef5a29460 | 13607:fd31226d4c3a |
---|---|
178 MainWindow::processSettingsDialogRequest () | 178 MainWindow::processSettingsDialogRequest () |
179 { | 179 { |
180 SettingsDialog settingsDialog (this); | 180 SettingsDialog settingsDialog (this); |
181 settingsDialog.exec (); | 181 settingsDialog.exec (); |
182 emit settingsChanged (); | 182 emit settingsChanged (); |
183 ResourceManager::instance ()->updateNetworkSettings (); | |
183 } | 184 } |
184 | 185 |
185 void | 186 void |
186 MainWindow::showAboutOctave () | 187 MainWindow::showAboutOctave () |
187 { | 188 { |