ooo-build r13973 - in trunk: . patches/dev300
- From: kyoshida svn gnome org
- To: svn-commits-list gnome org
- Subject: ooo-build r13973 - in trunk: . patches/dev300
- Date: Sat, 20 Sep 2008 02:45:10 +0000 (UTC)
Author: kyoshida
Date: Sat Sep 20 02:45:09 2008
New Revision: 13973
URL: http://svn.gnome.org/viewvc/ooo-build?rev=13973&view=rev
Log:
2008-09-19 Kohei Yoshida <kyoshida novell com>
* patches/dev300/ok-cancel-btn-add-accel.diff: added accelerator to OK
and Cancel buttons (for en locale).
* patches/dev300/apply: apply the new patch.
Added:
trunk/patches/dev300/ok-cancel-btn-add-accel.diff
Modified:
trunk/ChangeLog
trunk/patches/dev300/apply
Modified: trunk/patches/dev300/apply
==============================================================================
--- trunk/patches/dev300/apply (original)
+++ trunk/patches/dev300/apply Sat Sep 20 02:45:09 2008
@@ -1291,6 +1291,9 @@
# enable vcl to load bitmaps when height it negative
vcl-bitmap2-negative-height.diff
+# add accelerator to the OK and Cancel buttons.
+ok-cancel-btn-add-accel.diff, kohei
+
[ SystemBits ]
# use getopt() and readdir_r() from system glibc
#FIXME src680: system-libc.diff, i#69033, rengelha
Added: trunk/patches/dev300/ok-cancel-btn-add-accel.diff
==============================================================================
--- (empty file)
+++ trunk/patches/dev300/ok-cancel-btn-add-accel.diff Sat Sep 20 02:45:09 2008
@@ -0,0 +1,19 @@
+diff --git vcl/source/src/btntext.src vcl/source/src/btntext.src
+index 39cba21..aded52a 100644
+--- vcl/source/src/btntext.src
++++ vcl/source/src/btntext.src
+@@ -36,12 +36,12 @@
+
+ String SV_BUTTONTEXT_OK
+ {
+- Text [ en-US ] = "OK";
++ Text [ en-US ] = "~OK";
+ };
+
+ String SV_BUTTONTEXT_CANCEL
+ {
+- Text [ en-US ] = "Cancel";
++ Text [ en-US ] = "~Cancel";
+ };
+
+ String SV_BUTTONTEXT_YES
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]