summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-accessibility/gnopernicus/files/gnopernicus-0.11.5-i18n_macros.patch')
-rw-r--r--app-accessibility/gnopernicus/files/gnopernicus-0.11.5-i18n_macros.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/app-accessibility/gnopernicus/files/gnopernicus-0.11.5-i18n_macros.patch b/app-accessibility/gnopernicus/files/gnopernicus-0.11.5-i18n_macros.patch
new file mode 100644
index 000000000000..d39f4f8b83c7
--- /dev/null
+++ b/app-accessibility/gnopernicus/files/gnopernicus-0.11.5-i18n_macros.patch
@@ -0,0 +1,21 @@
+diff -NurdB gnopernicus-0.11.5/braille/libbrl/ttybrl.c gnopernicus-0.11.5-patched/braille/libbrl/ttybrl.c
+--- gnopernicus-0.11.5/braille/libbrl/ttybrl.c 2005-08-22 07:08:02.000000000 -0500
++++ gnopernicus-0.11.5-patched/braille/libbrl/ttybrl.c 2005-08-30 03:15:50.000000000 -0500
+@@ -190,7 +190,7 @@
+ client_callback (bec, &bed);
+ break;
+ default:
+- fprintf(stderr,_("BRLTTY command code not bound to Gnopernicus key code: 0X%04X\n)", keypress);
++ fprintf(stderr,_("BRLTTY command code not bound to Gnopernicus key code: 0X%04X\n"), keypress);
+ break;
+ }
+ break;
+@@ -267,7 +267,7 @@
+ return 0;
+ }
+
+- fprintf(stderr, _("BrlAPI detected a %dx%d display\n)", dd.x, dd.y);
++ fprintf(stderr, _("BrlAPI detected a %dx%d display\n"), dd.x, dd.y);
+
+ device->cell_count = dd.x * dd.y;
+ device->display_count = 1; /* No status cells implemented yet */