changeset 24298:793779033e2c stable

prevent extra ampersand under KDE in cd-or-add-to-path dialog (bug #52423) * octave-qt-link (do_debug_cd_or_addpath_error): Add an ampersand into the button texts preventing an extra ampersand by KDE
author Torsten <mttl@mailbox.org>
date Mon, 20 Nov 2017 07:35:48 +0100
parents e24bf08dc559
children deba10d3309b
files libgui/src/octave-qt-link.cc
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libgui/src/octave-qt-link.cc	Thu Nov 23 08:57:56 2017 -0800
+++ b/libgui/src/octave-qt-link.cc	Mon Nov 20 07:35:48 2017 +0100
@@ -410,8 +410,8 @@
 
   QString title = tr ("Change Directory or Add Directory to Load Path");
 
-  QString cd_txt = tr ("Change Directory");
-  QString addpath_txt = tr ("Add Directory to Load Path");
+  QString cd_txt = tr ("&Change Directory");
+  QString addpath_txt = tr ("&Add Directory to Load Path");
   QString cancel_txt = tr ("Cancel");
 
   QStringList btn;