changeset 47:1a22828e5c88

Updated version info. git-svn-id: svn://svn.code.sf.net/p/universalindent/code/trunk@204 59b1889a-e5ac-428c-b0c7-476e01d41282
author thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
date Thu, 01 Feb 2007 21:41:06 +0000
parents bcb8b6d7f29e
children 37cf17a8faf0
files src/aboutdialog.ui src/mainwindow.cpp
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/aboutdialog.ui	Thu Feb 01 21:37:37 2007 +0000
+++ b/src/aboutdialog.ui	Thu Feb 01 21:41:06 2007 +0000
@@ -573,7 +573,7 @@
       <string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
 p, li { white-space: pre-wrap; }
 &lt;/style>&lt;/head>&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal; text-decoration:none;">
-&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg'; font-size:8pt;">&lt;span style=" font-family:'MS Shell Dlg 2'; font-size:12pt;">Version 0.3.2 Beta rev.183, 29th January 2007&lt;/span>&lt;/p>
+&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg'; font-size:8pt;">&lt;span style=" font-family:'MS Shell Dlg 2'; font-size:12pt;">Version 0.4 Beta rev.204, 1st February 2007&lt;/span>&lt;/p>
 &lt;p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;">&lt;/p>
 &lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;">&lt;span style=" color:#000000;">... is a cross platform compatible GUI for several code formatter, beautifier and indenter like GreatCode, AStyle (Artistic Styler), GNU Indent, BCPP and so on. Main feature is a live preview to directly see how the selected formatting option affects the source code.&lt;/span>&lt;/p>
 &lt;p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt; color:#000000;">&lt;/p>
--- a/src/mainwindow.cpp	Thu Feb 01 21:37:37 2007 +0000
+++ b/src/mainwindow.cpp	Thu Feb 01 21:41:06 2007 +0000
@@ -30,7 +30,7 @@
     setupUi(this);
 
 	// set the program version, which is shown in the main window title
-    version = "UniversalIndentGUI 0.3.2 Beta";
+    version = "UniversalIndentGUI 0.4 Beta";
 
 	toolBarWidget = new Ui::toolBarWidget();
 	QWidget* helpWidget = new QWidget();