ossp-pkg/as/as-gui/as_assist.cpp 1.50 -> 1.51
--- as_assist.cpp 2002/12/05 14:51:29 1.50
+++ as_assist.cpp 2002/12/05 18:03:53 1.51
@@ -175,7 +175,7 @@
m_pFileopenact = new QAction(trUtf8("Open File"), QPixmap(s_kpcFileopen_xpm), trUtf8("&Open..."), CTRL+Key_O, this, "Open");
if (m_pFileopenact == NULL) // Sanity check
throw Genexcept("Main window file open action creation failed.");
- connect(m_pFileopenact, SIGNAL(activated()), this, SLOT(chooseFile()));
+ connect(m_pFileopenact, SIGNAL(activated()), this, SLOT(openDoc()));
const char *kszFileopentext = "<p><img source=\"fileopen\"> "
"Click this button to open a "
"<em>new file</em>. You can also select "
|
|