From b836e3690fbe639b95041999c800d86280985451 Mon Sep 17 00:00:00 2001 From: groucho Date: Wed, 07 May 2003 14:07:19 +0000 Subject: *** empty log message *** --- (limited to 'noncore/apps/opie-reader/version.cpp') diff --git a/noncore/apps/opie-reader/version.cpp b/noncore/apps/opie-reader/version.cpp deleted file mode 100644 index 3796b67..0000000 --- a/noncore/apps/opie-reader/version.cpp +++ b/dev/null @@ -1,39 +0,0 @@ -#include "version.h" -#include "names.h" -#include - -bool CheckVersion(int& major, int& bkmktype, char& minor) -{ - if ( - (major != MAJOR) - || - (bkmktype != BKMKTYPE) - || - (minor != MINOR) - ) - { - major = MAJOR; - bkmktype = BKMKTYPE; - minor = MINOR; -/* - QMessageBox::warning(NULL, PROGNAME, - "This is the first time that you have\n" - "run this version of OpieReader.\n\n" - "There are two new icons visible at\n" - "the left end of the toolbar. The left\n" - "one brings up the menus, the next\n" - "one brings up the settings dialog.\n\n" - "Start by tapping the settings icon\n" - "and selecting the Buttons tab to\n" - "make sure that the buttons are\n" - "mapped as you expect\n\n" - "Next go to Settings/Toolbars via the\n" - "menu icon to set up your toolbars."); -*/ - return true; - } - else - { - return false; - } -} -- cgit v0.9.0.2