Index: trunk/BNC/bncwindow.cpp
===================================================================
--- trunk/BNC/bncwindow.cpp	(revision 1512)
+++ trunk/BNC/bncwindow.cpp	(revision 1513)
@@ -859,6 +859,8 @@
 ////////////////////////////////////////////////////////////////////////////
 void bncWindow::slotRemoveOptions() {
-  int iRet = QMessageBox::question(this, "Remove", "Remove all options from"
-                                   " configuration file/register on disk?",
+
+  int iRet = QMessageBox::question(this, "Remove", "Remove all '" 
+                                   + QCoreApplication::applicationName() 
+                                   + "' configuration options from disk?",
                                    QMessageBox::Yes, QMessageBox::No,
                                    QMessageBox::NoButton);
