Changeset 1513 in ntrip
- Timestamp:
- Jan 20, 2009, 7:26:27 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncwindow.cpp
r1511 r1513 859 859 //////////////////////////////////////////////////////////////////////////// 860 860 void bncWindow::slotRemoveOptions() { 861 int iRet = QMessageBox::question(this, "Remove", "Remove all options from" 862 " configuration file/register on disk?", 861 862 int iRet = QMessageBox::question(this, "Remove", "Remove all '" 863 + QCoreApplication::applicationName() 864 + "' configuration options from disk?", 863 865 QMessageBox::Yes, QMessageBox::No, 864 866 QMessageBox::NoButton);
Note:
See TracChangeset
for help on using the changeset viewer.