Mercurial > hg > octave-lyh
comparison gui/src/MainWindow.cpp @ 14288:e7d9e6d8c6b5 gui
Solved issue with locale problems.
* OctaveMainThread.cpp: Added setlocale command.
* start.sh: Removed, since it is not needed anymore.
author | Jacob Dawid <jacob.dawid@googlemail.com> |
---|---|
date | Tue, 31 Jan 2012 00:23:03 +0100 |
parents | 2f902bf44669 |
children | fdd5828e2214 |
comparison
equal
deleted
inserted
replaced
14287:2f902bf44669 | 14288:e7d9e6d8c6b5 |
---|---|
25 #include "MainWindow.h" | 25 #include "MainWindow.h" |
26 #include "FileEditorMdiSubWindow.h" | 26 #include "FileEditorMdiSubWindow.h" |
27 #include "ImageViewerMdiSubWindow.h" | 27 #include "ImageViewerMdiSubWindow.h" |
28 #include "SettingsDialog.h" | 28 #include "SettingsDialog.h" |
29 | 29 |
30 #define VERSION_STRING "Octave GUI (0.8.7)" | 30 #define VERSION_STRING "Octave GUI (0.8.8)" |
31 | 31 |
32 MainWindow::MainWindow (QWidget * parent):QMainWindow (parent) | 32 MainWindow::MainWindow (QWidget * parent):QMainWindow (parent) |
33 { | 33 { |
34 construct (); | 34 construct (); |
35 OctaveLink::instance ()->launchOctave(); | 35 OctaveLink::instance ()->launchOctave(); |