# HG changeset patch # User Felipe G. Nievinski # Date 1388731591 7200 # Node ID a65934d0dc35e98383f34f3afdc33189cdde22b8 # Parent f80d258a2c7d6ccdf95ce69b924268f6c949e747 fix translating the info on the experimental gui (bug #41081) * main_window.cc (show_gui_info): explicitly use QObject namespace for tr diff --git a/libgui/src/main-window.cc b/libgui/src/main-window.cc --- a/libgui/src/main-window.cc +++ b/libgui/src/main-window.cc @@ -1891,7 +1891,7 @@ main_window::show_gui_info (void) { QString gui_info - (tr ("

A Note about Octave's New GUI

" + ( QObject::tr ("

A Note about Octave's New GUI

" "

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. "