ossp-pkg/as/as-gui/as_assist.cpp 1.68 -> 1.69
--- as_assist.cpp 2002/12/13 23:42:37 1.68
+++ as_assist.cpp 2002/12/16 09:58:34 1.69
@@ -118,7 +118,7 @@
m_pPrefs->setString(TITRAQ_PREFLOCALLOG, TITRAQ_DEFLOCALLOG);
m_pPrefs->flush(); // Write the new conf file
QTextStream cerr(stderr, IO_WriteOnly);
- cerr << trUtf8("Created new preferences file ") << trUtf8(TITRAQ_PREFNAME) << endl;
+ cerr << trUtf8("Created new preferences file ./") << trUtf8(TITRAQ_PREFNAME) << endl;
}
// Use the preferred configuration values to initialize titraq
@@ -493,7 +493,7 @@
m_pMaintable->horizontalHeader()->setClickEnabled(true); // Allow click signals
m_pMaintable->horizontalHeader()->setTracking(false); // No continuous tracking
m_pMaintable->setColumnStretchable(TITRAQ_IDXTAIL - 1, true);
- m_pMaintable->setSorting(true);
+ m_pMaintable->setSorting(false);
// Table header row
m_pTablehead = m_pMaintable->horizontalHeader();
|
|