From d0ff017ab3775bd296baaacc1eef0760dc18e9a8 Mon Sep 17 00:00:00 2001 From: Nickolay V. Shmyrev Date: Mon, 14 May 2007 16:19:10 +0000 Subject: Fixes FIXME after freeze svn path=/trunk/; revision=2457 --- diff --git a/backend/ps/ps-document.c b/backend/ps/ps-document.c index 0e79ec5..0931fb9 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); -- cgit v0.9.1