From d0ff017ab3775bd296baaacc1eef0760dc18e9a8 Mon Sep 17 00:00:00 2001 From: "Nickolay V. Shmyrev" Date: Mon, 14 May 2007 16:19:10 +0000 Subject: [PATCH] Fixes FIXME after freeze svn path=/trunk/; revision=2457 --- backend/ps/ps-document.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); -- 2.43.5