ossp-pkg/as/as-gui/as_assist.cpp 1.43 -> 1.44
--- as_assist.cpp 2002/12/04 11:41:55 1.43
+++ as_assist.cpp 2002/12/04 14:50:08 1.44
@@ -593,6 +593,8 @@
m_pTasks->insertStringList(*m_pTaskentries);
m_pTasks->setCurrentText(NULL);
m_pTasks->setAutoCompletion(true);
+ m_pTasks->setDuplicatesEnabled(false);
+// m_pTasks->setEditable(false); // Only idiots define noneditable and autocompletion
// Add an auto scroll bar if possible under current GUI style
if (m_pTasks->listBox()) // Motif style has no list box
|
|