From: Nickolay V. Shmyrev Date: Mon, 14 May 2007 16:19:10 +0000 (+0000) Subject: Fixes FIXME after freeze X-Git-Tag: EVINCE_0_9_0~4 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=d0ff017ab3775bd296baaacc1eef0760dc18e9a8;p=evince.git Fixes FIXME after freeze svn path=/trunk/; revision=2457 --- diff --git a/backend/ps/ps-document.c b/backend/ps/ps-document.c index 0e79ec57..0931fb91 100644 --- a/backend/ps/ps-document.c +++ b/backend/ps/ps-document.c @@ -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);