Changeset 1513 in ntrip for trunk/BNC/bncwindow.cpp


Ignore:
Timestamp:
Jan 20, 2009, 7:26:27 PM (15 years ago)
Author:
weber
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncwindow.cpp

    r1511 r1513  
    859859////////////////////////////////////////////////////////////////////////////
    860860void 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?",
    863865                                   QMessageBox::Yes, QMessageBox::No,
    864866                                   QMessageBox::NoButton);
Note: See TracChangeset for help on using the changeset viewer.