]> www.fi.muni.cz Git - evince.git/commitdiff
Fixes FIXME after freeze
authorNickolay V. Shmyrev <nshmyrev@src.gnome.org>
Mon, 14 May 2007 16:19:10 +0000 (16:19 +0000)
committerNickolay V. Shmyrev <nshmyrev@src.gnome.org>
Mon, 14 May 2007 16:19:10 +0000 (16:19 +0000)
svn path=/trunk/; revision=2457

backend/ps/ps-document.c

index 0e79ec571a8e9301705396bea690e881ad7e7904..0931fb91d37f63414879eddeb732500419c46f68 100644 (file)
@@ -169,7 +169,7 @@ document_load (PSDocument *ps_document, const gchar *fname, GError **error)
                g_set_error (error,
                             G_FILE_ERROR,
                             G_FILE_ERROR_NOENT,
-                            _("Cannot open file “%s”.\n"), /* FIXME: remove \n after freeze */
+                            _("Cannot open file “%s”."),
                             filename_dsp);
                g_free (filename_dsp);
                
@@ -183,7 +183,7 @@ document_load (PSDocument *ps_document, const gchar *fname, GError **error)
                g_set_error (error,
                             G_FILE_ERROR,
                             G_FILE_ERROR_NOENT,
-                            _("Cannot open file “%s”.\n"), /* FIXME: remove \n after freeze */
+                            _("Cannot open file “%s”."),
                             filename_dsp);
                g_free (filename_dsp);