ossp-pkg/as/as-gui/as_panel.cpp 1.18 -> 1.19
--- as_panel.cpp 2004/05/27 21:48:41 1.18
+++ as_panel.cpp 2004/08/26 19:14:07 1.19
@@ -399,7 +399,7 @@
m_pCorbacheck->setText(trUtf8("Enable IIOP transmission", "Comment for Corbacheck"));
QToolTip::add(m_pCorbacheck, trUtf8("Will enable transmission over IIOP", "Comment for toolTip Corbacheck"));
- QWhatsThis::add(m_pCorbacheck, trUtf8("Check this box to enable transmission to a CORBA host", "Comment whatsThis for Corbacheck"));
+ QWhatsThis::add(m_pCorbacheck, trUtf8("Check this box to enable transmission to a IIOP host", "Comment whatsThis for Corbacheck"));
m_pSoapcheck->setText(trUtf8("Enable SOAP transmission", "Comment for Soapcheck"));
QToolTip::add(m_pSoapcheck, trUtf8("Will enable transmission over SOAP", "Comment for toolTip Soapcheck"));
|
|