Check-in Number:
|
4053 | |
Date: |
2003-Feb-18 19:26:45 (local)
2003-Feb-18 18:26:45 (UTC) |
User: | ms |
Branch: | |
Comment: |
Rename tab from 'Remote' to more descriptive and less conflicting 'Hosts'. |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/as/as-gui/as_panel.cpp 1.10 -> 1.11
--- as_panel.cpp 2003/02/17 17:18:43 1.10
+++ as_panel.cpp 2003/02/18 18:26:45 1.11
@@ -226,7 +226,7 @@
m_pTabselect->changeTab(m_pBoolpage, tr("General"));
m_pTabselect->changeTab(m_pGeneralpage, tr("Paths"));
- m_pTabselect->changeTab(m_pRemotepage, tr("Remote"));
+ m_pTabselect->changeTab(m_pRemotepage, tr("Hosts"));
m_pOkaybutton->setText(tr("Okay", "Comment for Okaybutton"));
QToolTip::add(m_pOkaybutton, tr("Applies and saves changes", "Comment for tooltip Okaybutton"));
|
|