[anjuta] file-loader: bgo #700615 - Remove markup from title of Open With dialog



commit c4001253a3a9040dd05138e920af5fe0e0d50f40
Author: Arnel A. Borja <kyoushuu yahoo com>
Date:   Sun May 19 09:30:47 2013 +0800

    file-loader: bgo #700615 - Remove markup from title of Open With dialog
    
    GtkDialog cannot use markup in their title.

 plugins/file-loader/plugin.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/file-loader/plugin.c b/plugins/file-loader/plugin.c
index d822500..de60d70 100644
--- a/plugins/file-loader/plugin.c
+++ b/plugins/file-loader/plugin.c
@@ -1441,7 +1441,7 @@ iloader_load (IAnjutaFileLoader *loader, GFile* file,
                                                                                 basename);
                plugin =
                        anjuta_plugin_manager_select_and_activate (plugin_manager,
-                                                                                                          
_("<b>Open With</b>"),
+                                                                                                          
_("Open With"),
                                                                                                           
message,
                                                                                                           
plugin_descs);
                g_free (basename);


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