gnome-commander r1608 - branches/gcmd-1-3/src



Author: epiotr
Date: Sun Mar  2 22:44:03 2008
New Revision: 1608
URL: http://svn.gnome.org/viewvc/gnome-commander?rev=1608&view=rev

Log:
Build fix

Modified:
   branches/gcmd-1-3/src/gnome-cmd-file-popmenu.cc

Modified: branches/gcmd-1-3/src/gnome-cmd-file-popmenu.cc
==============================================================================
--- branches/gcmd-1-3/src/gnome-cmd-file-popmenu.cc	(original)
+++ branches/gcmd-1-3/src/gnome-cmd-file-popmenu.cc	Sun Mar  2 22:44:03 2008
@@ -110,7 +110,7 @@
             data->files = g_list_append (data->files, finfo);
         }
         else
-            gnome_cmd_show_message (NULL, finfo->info->name, "_(Couldn't retrieve MIME type of the file."));
+            gnome_cmd_show_message (NULL, finfo->info->name, _("Couldn't retrieve MIME type of the file."));
     }
 
     g_hash_table_foreach (hash, (GHFunc) htcb_exec_with_app, NULL);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]