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");
|
|