diff libgui/src/m-editor/file-editor.cc @ 20211:97b37077a2d3

Add missing translation call to GUI "Editor" tab. * file-editor.cc (construct): Use tr() call on title text "Editor".
author Rik <rik@octave.org>
date Tue, 31 Mar 2015 21:28:55 -0700
parents f7a805f02723
children 17d79913f065
line wrap: on
line diff
--- a/libgui/src/m-editor/file-editor.cc
+++ b/libgui/src/m-editor/file-editor.cc
@@ -1571,7 +1571,7 @@
 
   resize (500, 400);
   setWindowIcon (QIcon (":/actions/icons/logo.png"));
-  set_title ("Editor");
+  set_title (tr ("Editor"));
 
   //restore previous session
   if (settings->value ("editor/restoreSession", true).toBool ())