diff 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
line wrap: on
line diff
--- a/gui/src/MainWindow.cpp
+++ b/gui/src/MainWindow.cpp
@@ -27,7 +27,7 @@
 #include "ImageViewerMdiSubWindow.h"
 #include "SettingsDialog.h"
 
-#define VERSION_STRING "Octave GUI (0.8.7)"
+#define VERSION_STRING "Octave GUI (0.8.8)"
 
 MainWindow::MainWindow (QWidget * parent):QMainWindow (parent)
 {