changeset 351:6c8d0e43982c

The about dialogs window flag was still set to SplashScreen instead of Dialog. git-svn-id: svn://svn.code.sf.net/p/universalindent/code/trunk@575 59b1889a-e5ac-428c-b0c7-476e01d41282
author thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
date Mon, 14 Jan 2008 13:03:00 +0000
parents 724160088676
children a842545e4316
files src/mainwindow.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/mainwindow.cpp	Mon Jan 14 12:59:45 2008 +0000
+++ b/src/mainwindow.cpp	Mon Jan 14 13:03:00 2008 +0000
@@ -116,7 +116,7 @@
 	
 
     // generate about dialog box
-    aboutDialog = new AboutDialog(this, Qt::SplashScreen, version, revision, buildDateStr);
+    aboutDialog = new AboutDialog(this, Qt::Dialog, version, revision, buildDateStr);
     //aboutDialogGraphicsView = new AboutDialogGraphicsView(aboutDialog, this);
     //connect( toolBarWidget->pbAbout, SIGNAL(clicked()), aboutDialogGraphicsView, SLOT(show()) );
     //connect( actionAbout_UniversalIndentGUI, SIGNAL(activated()), aboutDialogGraphicsView, SLOT(show()) );