OSSP CVS Repository

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

Check-in Number: 2891
Date: 2002-Nov-26 15:15:05 (local)
2002-Nov-26 14:15:05 (UTC)
User:ms
Branch:
Comment: Reformat hardcoded task entries.
Tickets:
Inspections:
Files:
ossp-pkg/as/as-gui/as_assist.cpp      1.18 -> 1.19     9 inserted, 1 deleted
ossp-pkg/titraq/titassist.cpp      1.18 -> 1.19     9 inserted, 1 deleted

ossp-pkg/as/as-gui/as_assist.cpp 1.18 -> 1.19

--- as_assist.cpp        2002/11/26 14:10:32     1.18
+++ as_assist.cpp        2002/11/26 14:15:05     1.19
@@ -425,7 +425,15 @@
     m_pTaskentries = new QStringList;
     if (m_pTaskentries == NULL) // Sanity check
         throw Genexcept("Main window task entries creation failed.");
-    *m_pTaskentries << trUtf8("titraq") << trUtf8("opgui") << trUtf8("email") << trUtf8("admin") << trUtf8("pmod") << trUtf8("psod") << trUtf8("meeting") << trUtf8("training");
+    *m_pTaskentries << trUtf8("titraq")         << trUtf8("opgui")
+                    << trUtf8("email")          << trUtf8("admin")
+                    << trUtf8("pmod")           << trUtf8("psod")
+                    << trUtf8("brainstorming")  << trUtf8("communication")
+                    << trUtf8("evaluation")     << trUtf8("holiday")
+                    << trUtf8("implementation") << trUtf8("maintainance")
+                    << trUtf8("prepare")        << trUtf8("perform")
+                    << trUtf8("visit")          << trUtf8("meeting")
+                    << trUtf8("troubleshooting") << trUtf8("weekly");
 
     // Make the combobox task edit
     m_pTasks = new QComboBox(true, m_pCenframe, "Tasks");


CVSTrac 2.0.1