changeset 18197:a65934d0dc35 stable

fix translating the info on the experimental gui (bug #41081) * main_window.cc (show_gui_info): explicitly use QObject namespace for tr
author Felipe G. Nievinski <fgnievinski@gmail.com>
date Fri, 03 Jan 2014 04:46:31 -0200
parents f80d258a2c7d
children 2fbfeacf43f4
files libgui/src/main-window.cc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libgui/src/main-window.cc	Thu Jan 02 11:54:51 2014 +0100
+++ b/libgui/src/main-window.cc	Fri Jan 03 04:46:31 2014 -0200
@@ -1891,7 +1891,7 @@
 main_window::show_gui_info (void)
 {
   QString gui_info
-    (tr ("<p><strong>A Note about Octave's New GUI</strong></p>"
+    ( QObject::tr ("<p><strong>A Note about Octave's New GUI</strong></p>"
          "<p>One of the biggest new features for Octave 3.8 is a graphical "
          "user interface.  It is the one thing that users have requested "
          "most often over the last few years and now it is almost ready.  "