After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 506695 - Make gnome-commander window translatable
Make gnome-commander window translatable
Status: RESOLVED FIXED
Product: gnome-commander
Classification: Other
Component: application
unspecified
Other Linux
: Normal normal
: 1.2.6
Assigned To: epiotr
epiotr
Depends on:
Blocks:
 
 
Reported: 2008-01-01 14:40 UTC by Djihed Afifi
Modified: 2008-01-01 22:59 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Djihed Afifi 2008-01-01 14:40:38 UTC
We're racing the clock to make gnome-commander fully translated. Currently the window title "GNOME Commander" is not marked for translation.

This would not constitute a string freeze break because the string is already marked in other places.

This is a quick patch to do it

Index: gnome-cmd-main-win.cc
===================================================================
--- gnome-cmd-main-win.cc       (revision 1454)
+++ gnome-cmd-main-win.cc       (working copy)
@@ -761,7 +761,7 @@
     mw->priv->file_selector[LEFT] = NULL;
     mw->priv->file_selector[RIGHT] = NULL;
 
-    gnome_app_construct (GNOME_APP (main_win), "gnome-commander", "GNOME Commander");
+    gnome_app_construct (GNOME_APP (main_win), "gnome-commander", _("GNOME Commander"));
     gtk_object_set_data (GTK_OBJECT (main_win), "main_win", main_win);
     restore_size_and_pos (mw);
     gtk_window_set_policy (GTK_WINDOW (main_win), TRUE, TRUE, FALSE);
Comment 1 Djihed Afifi 2008-01-01 15:23:14 UTC
Hmm, I meant the window title.
Comment 2 epiotr 2008-01-01 22:59:02 UTC
This problem has been fixed in our software repository. The fix will go into the next software release. Thank you for your bug report.