ooo-build r13974 - in branches/ooo-build-3-0: . patches/dev300



Author: kyoshida
Date: Sat Sep 20 02:49:38 2008
New Revision: 13974
URL: http://svn.gnome.org/viewvc/ooo-build?rev=13974&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:
   branches/ooo-build-3-0/patches/dev300/ok-cancel-btn-add-accel.diff
Modified:
   branches/ooo-build-3-0/ChangeLog
   branches/ooo-build-3-0/patches/dev300/apply

Modified: branches/ooo-build-3-0/patches/dev300/apply
==============================================================================
--- branches/ooo-build-3-0/patches/dev300/apply	(original)
+++ branches/ooo-build-3-0/patches/dev300/apply	Sat Sep 20 02:49:38 2008
@@ -1279,6 +1279,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: branches/ooo-build-3-0/patches/dev300/ok-cancel-btn-add-accel.diff
==============================================================================
--- (empty file)
+++ branches/ooo-build-3-0/patches/dev300/ok-cancel-btn-add-accel.diff	Sat Sep 20 02:49:38 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]