gnome-commander r1607 - trunk/src



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

Log:
Build fix

Modified:
   trunk/src/gnome-cmd-file-popmenu.cc

Modified: trunk/src/gnome-cmd-file-popmenu.cc
==============================================================================
--- trunk/src/gnome-cmd-file-popmenu.cc	(original)
+++ trunk/src/gnome-cmd-file-popmenu.cc	Sun Mar  2 22:43:22 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]