Mikołaj Zalewski : user: user32_Pl.rc: Fix the capitalization of OK.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Jun 26 07:12:27 CDT 2006


Module: wine
Branch: refs/heads/master
Commit: 1ad6c1b93c4ce6277cefe18feef11be2f4e5f47e
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=1ad6c1b93c4ce6277cefe18feef11be2f4e5f47e

Author: Mikołaj Zalewski <mikolaj at zalewski.pl>
Date:   Sat Jun 24 18:59:07 2006 +0200

user: user32_Pl.rc: Fix the capitalization of OK.

---

 dlls/user/resources/user32_Pl.rc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/user/resources/user32_Pl.rc b/dlls/user/resources/user32_Pl.rc
index d5718a7..a33b380 100644
--- a/dlls/user/resources/user32_Pl.rc
+++ b/dlls/user/resources/user32_Pl.rc
@@ -53,7 +53,7 @@ STYLE DS_MODALFRAME | DS_NOIDLEMSG | WS_
 BEGIN
 	ICON "", 1088, 8, 20, 16, 16, WS_CHILD | WS_VISIBLE
 	LTEXT "", 100, 32, 4, 176, 48, WS_CHILD | WS_VISIBLE | WS_GROUP | SS_NOPREFIX
-	PUSHBUTTON "Ok", 1, 16, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
+	PUSHBUTTON "OK", 1, 16, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
 	PUSHBUTTON "Anuluj", 2, 64, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
 	PUSHBUTTON "&Zaniechaj", 3, 112, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
 	PUSHBUTTON "&Ponów próbê", 4, 160, 56, 50, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP




More information about the wine-cvs mailing list