OSSP CVS Repository

ossp - Check-in [4052]
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [Patchset]  [Tagging/Branching

Check-in Number: 4052
Date: 2003-Feb-18 19:26:14 (local)
2003-Feb-18 18:26:14 (UTC)
User:ms
Branch:
Comment: Make class lighter by removing seldomly seen version text.
Tickets:
Inspections:
Files:
ossp-pkg/as/as-gui/as_generic.cpp      1.4 -> 1.5     1 inserted, 6 deleted

ossp-pkg/as/as-gui/as_generic.cpp 1.4 -> 1.5

--- as_generic.cpp       2003/02/04 19:30:31     1.4
+++ as_generic.cpp       2003/02/18 18:26:14     1.5
@@ -33,17 +33,12 @@
 
 #include "as_generic.h"
 
-// Version information
-#define _AS_VERSION_CPP_AS_HEADER_
-#include "as_version.cpp"
-#undef  _AS_VERSION_CPP_AS_HEADER_
-
 
 // Construct a Prototype object
 Prototype::Prototype()
 {
     // For display of a prototype implementation
-    QString Namever = QString("AS Accounting System") + ' ' + asgui_version.v_short;
+    QString Namever = QString("AS Accounting System");
     m_pProtomsg = new QMessageBox(Namever,
         QObject::trUtf8("This method is not implemented yet."),
         QMessageBox::NoIcon, QMessageBox::Ok | QMessageBox::Default,

CVSTrac 2.0.1