ossp-pkg/as/as-gui/as_gui.cpp 1.9 -> 1.10
--- as_gui.cpp 2002/11/14 20:56:51 1.9
+++ as_gui.cpp 2002/11/14 21:01:29 1.10
@@ -351,7 +351,7 @@
QTextStream Textstream(&Filetemp); // Convert the file contents to a stream
m_pStatus->setText(Textstream.read());
- m_pStatus->setEdited(FALSE);
+ m_pStatus->setEdited(false);
setCaption(Filestring);
m_pStatbar->message(trUtf8("Loaded document ") + Filestring, 4000);
}
|
|