From c4001253a3a9040dd05138e920af5fe0e0d50f40 Mon Sep 17 00:00:00 2001 From: "Arnel A. Borja" Date: Sun, 19 May 2013 09:30:47 +0800 Subject: [PATCH] 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 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/file-loader/plugin.c b/plugins/file-loader/plugin.c index d82250007..de60d7017 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, - _("Open With"), + _("Open With"), message, plugin_descs); g_free (basename); -- 2.11.4.GIT