summaryrefslogtreecommitdiff
path: root/noncore/games
Unidiff
Diffstat (limited to 'noncore/games') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/games/sfcave/helpwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/games/sfcave/helpwindow.cpp b/noncore/games/sfcave/helpwindow.cpp
index aa15ac6..c920312 100644
--- a/noncore/games/sfcave/helpwindow.cpp
+++ b/noncore/games/sfcave/helpwindow.cpp
@@ -59,13 +59,13 @@
59 59
60HelpWindow::HelpWindow( QWidget *parent, const char *name, bool modal, WFlags flags ) 60HelpWindow::HelpWindow( QWidget *parent, const char *name, bool modal, WFlags flags )
61 : QDialog( parent, name, modal, flags ) 61 : QDialog( parent, name, modal, flags )
62{ 62{
63// resize( 230, 280 ); 63// resize( 230, 280 );
64 64
65 setCaption( "Help for AQPkg" ); 65 setCaption( "Help for SFCave" );
66 66
67 QVBoxLayout *layout = new QVBoxLayout( this ); 67 QVBoxLayout *layout = new QVBoxLayout( this );
68 QString text = HELP_TEXT;; 68 QString text = HELP_TEXT;;
69 QTextView *view = new QTextView( text, 0, this, "view" ); 69 QTextView *view = new QTextView( text, 0, this, "view" );
70 layout->insertSpacing( -1, 5 ); 70 layout->insertSpacing( -1, 5 );
71 layout->insertWidget( -1, view ); 71 layout->insertWidget( -1, view );