[hitori] Use Unicode quotation marks instead of ASCII ones
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [hitori] Use Unicode quotation marks instead of ASCII ones
- Date: Thu, 28 Oct 2010 15:29:59 +0000 (UTC)
commit d9a37ec05cc1c374ffee69da5dae516f98f5a0f8
Author: Philip Withnall <philip tecnocode co uk>
Date: Thu Oct 28 16:27:44 2010 +0100
Use Unicode quotation marks instead of ASCII ones
src/interface.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/interface.c b/src/interface.c
index e4cc7b2..fff16d8 100644
--- a/src/interface.c
+++ b/src/interface.c
@@ -61,7 +61,7 @@ hitori_create_interface (Hitori *hitori)
GTK_DIALOG_MODAL,
GTK_MESSAGE_ERROR,
GTK_BUTTONS_OK,
- _("UI file \"%s/hitori/hitori.ui\" could not be loaded"), PACKAGE_DATA_DIR);
+ _("UI file â??%s/hitori/hitori.uiâ?? could not be loaded"), PACKAGE_DATA_DIR);
gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (dialog), "%s", error->message);
gtk_dialog_run (GTK_DIALOG (dialog));
gtk_widget_destroy (dialog);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]