summaryrefslogtreecommitdiffstats
path: root/src/setupdialogprg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/setupdialogprg.cpp')
-rw-r--r--src/setupdialogprg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/setupdialogprg.cpp b/src/setupdialogprg.cpp
index d0fdde8..40d6854 100644
--- a/src/setupdialogprg.cpp
+++ b/src/setupdialogprg.cpp
@@ -369,7 +369,7 @@ void SetupDialogPrg::applist_dropped(TQDropEvent* e,const TQValueList<TQIconDrag
pos = name.findRev("/", -1);
if (pos != -1) {
name.remove(1, pos);
- name.remove("/", TRUE);
+ name.remove("/", true);
}
// Create and show the appProp dialog
appdlg->cmdname->setText(name);