#else
fileString = QAD_Tools::addSlash( dir ) + "lib" + getComponentName( component ) + "GUI.so" ;
#endif
-
+
fileInfo.setFile(fileString) ;
if (fileInfo.exists()) {
- // MESSAGE ( " GUI library = " << fileString );
+ // MESSAGE( " GUI library = " << fileString.latin1() );
ComponentLib = fileInfo.fileName() ;
_islibso = true;
break;
wc.stop();
QMessageBox::critical( this,
tr("ERR_ERROR"),
- tr("ERR_LIBGUI" ).arg(component) );
+ tr("ERR_GET_GUI_FAILED" ).arg(component) );
return aCompGUI;
}
}
wc.stop();
QMessageBox::critical( this,
tr("ERR_ERROR"),
- tr("ERR_LIBGUI" ).arg(component) );
+ tr("ERR_GET_GUI_NOT_FOUND" ).arg(ComponentLib) );
return aCompGUI;
}
}
msgstr ""
"Project-Id-Version: example-Qt-message-extraction\n"
"POT-Creation-Date: 1999-02-23 15:38+0200\n"
-"PO-Revision-Date: 1999-02-23 15:38+0200\n"
+"PO-Revision-Date: 2004-04-26 16:29+0400\n"
"Last-Translator: \n"
"Content-Type: text/plain; charset=iso-8859-1\n"
#: QAD_Desktop.cxx:2339
msgid "ERR_LIBGUI"
-msgstr "lib%1.so has not been found. Check LD_LIBRARY_PATH environment variable"
+msgstr "lib%1GUI.so has not been found. Check LD_LIBRARY_PATH environment variable"
+
+msgid "ERR_GET_GUI_FAILED"
+msgstr "%1GUI instance creation failed!"
+
+msgid "ERR_GET_GUI_NOT_FOUND"
+msgstr "GetComponentGUI() function not found in %1 library!"
#---------------
# QUESTION