Nikolay Sivov : winhlp32: Added missed Russian resource.

Alexandre Julliard julliard at winehq.org
Tue Jun 15 13:46:50 CDT 2010


Module: wine
Branch: master
Commit: 5c5b9a69334117c369c8f7e6759f426e8e4145ad
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=5c5b9a69334117c369c8f7e6759f426e8e4145ad

Author: Nikolay Sivov <nsivov at codeweavers.com>
Date:   Mon Jun 14 23:54:50 2010 +0400

winhlp32: Added missed Russian resource.

---

 programs/winhlp32/Ru.rc |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/programs/winhlp32/Ru.rc b/programs/winhlp32/Ru.rc
index 165094f..e1a7d25 100644
--- a/programs/winhlp32/Ru.rc
+++ b/programs/winhlp32/Ru.rc
@@ -80,6 +80,14 @@ CAPTION "Указатель"
     LISTBOX IDC_INDEXLIST, 10, 10, 180, 150, LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_BORDER
 }
 
+IDD_SEARCH DIALOG DISCARDABLE 0, 0, 200, 190
+STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
+FONT 8, "MS Shell Dlg"
+CAPTION "Поиск"
+{
+    LTEXT  "Не реализовано", -1, 10, 10, 180, 150
+}
+
 /* Strings */
 STRINGTABLE DISCARDABLE
 {




More information about the wine-cvs mailing list