git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1457 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
Enrico Tröger 2007-04-16 20:29:39 +00:00
parent e331c40a54
commit 98c77bfa3d

View File

@ -614,7 +614,6 @@ static gboolean load_text_file(const gchar *locale_filename, const gchar *utf8_f
if (g_stat(locale_filename, &st) != 0)
{
msgwin_status_add(_("Could not open file %s (%s)"), utf8_filename, g_strerror(errno));
dialogs_show_msgbox(0, "%s %s", utf8_filename, locale_filename);
return FALSE;
}