-rw-r--r-- | noncore/games/sfcave/helpwindow.cpp | 2 |
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 @@ -61,9 +61,9 @@ HelpWindow::HelpWindow( QWidget *parent, const char *name, bool modal, WFlags fl : QDialog( parent, name, modal, flags ) { // resize( 230, 280 ); - setCaption( "Help for AQPkg" ); + setCaption( "Help for SFCave" ); QVBoxLayout *layout = new QVBoxLayout( this ); QString text = HELP_TEXT;; QTextView *view = new QTextView( text, 0, this, "view" ); |