Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
69411faf
Commit
69411faf
authored
Jun 30, 2009
by
Michael Stefaniuc
Committed by
Alexandre Julliard
Jun 30, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
browseui: Build language resource files separately.
Instead of including them from an other rc file.
parent
e17af808
Hide whitespace changes
Inline
Side-by-side
Showing
19 changed files
with
41 additions
and
53 deletions
+41
-53
Makefile.in
dlls/browseui/Makefile.in
+18
-1
resids.h
dlls/browseui/resids.h
+4
-0
rsrc.rc
dlls/browseui/rsrc.rc
+0
-42
rsrc_De.rc
dlls/browseui/rsrc_De.rc
+1
-0
rsrc_En.rc
dlls/browseui/rsrc_En.rc
+1
-0
rsrc_Es.rc
dlls/browseui/rsrc_Es.rc
+1
-0
rsrc_Fr.rc
dlls/browseui/rsrc_Fr.rc
+1
-0
rsrc_Ja.rc
dlls/browseui/rsrc_Ja.rc
+2
-2
rsrc_Ko.rc
dlls/browseui/rsrc_Ko.rc
+1
-0
rsrc_Lt.rc
dlls/browseui/rsrc_Lt.rc
+2
-2
rsrc_Nl.rc
dlls/browseui/rsrc_Nl.rc
+1
-0
rsrc_No.rc
dlls/browseui/rsrc_No.rc
+1
-0
rsrc_Pl.rc
dlls/browseui/rsrc_Pl.rc
+1
-0
rsrc_Pt.rc
dlls/browseui/rsrc_Pt.rc
+1
-0
rsrc_Ro.rc
dlls/browseui/rsrc_Ro.rc
+1
-2
rsrc_Ru.rc
dlls/browseui/rsrc_Ru.rc
+1
-0
rsrc_Si.rc
dlls/browseui/rsrc_Si.rc
+2
-2
rsrc_Sv.rc
dlls/browseui/rsrc_Sv.rc
+1
-0
rsrc_Zh.rc
dlls/browseui/rsrc_Zh.rc
+1
-2
No files found.
dlls/browseui/Makefile.in
View file @
69411faf
...
...
@@ -14,7 +14,24 @@ C_SRCS = \
progressdlg.c
\
regsvr.c
RC_SRCS
=
rsrc.rc
RC_SRCS
=
\
rsrc_De.rc
\
rsrc_En.rc
\
rsrc_Es.rc
\
rsrc_Fr.rc
\
rsrc_Ja.rc
\
rsrc_Ko.rc
\
rsrc_Lt.rc
\
rsrc_Nl.rc
\
rsrc_No.rc
\
rsrc_Pl.rc
\
rsrc_Pt.rc
\
rsrc_Ro.rc
\
rsrc_Ru.rc
\
rsrc_Si.rc
\
rsrc_Sv.rc
\
rsrc_Zh.rc
\
version.rc
@MAKE_DLL_RULES@
...
...
dlls/browseui/resids.h
View file @
69411faf
...
...
@@ -16,6 +16,10 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "windef.h"
#include "winuser.h"
#include "commctrl.h"
#define IDS_CANCELLING 16
#define IDC_ANIMATION 100
...
...
dlls/browseui/rsrc.rc
deleted
100644 → 0
View file @
e17af808
/*
* Copyright 2007 Mikolaj Zalewski
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "windef.h"
#include "winuser.h"
#include "commctrl.h"
#include "resids.h"
#include "version.rc"
#include "rsrc_De.rc"
#include "rsrc_En.rc"
#include "rsrc_Es.rc"
#include "rsrc_Fr.rc"
#include "rsrc_Ja.rc"
#include "rsrc_Ko.rc"
#include "rsrc_Lt.rc"
#include "rsrc_Nl.rc"
#include "rsrc_No.rc"
#include "rsrc_Pl.rc"
#include "rsrc_Pt.rc"
#include "rsrc_Ro.rc"
#include "rsrc_Ru.rc"
#include "rsrc_Si.rc"
#include "rsrc_Sv.rc"
#include "rsrc_Zh.rc"
dlls/browseui/rsrc_De.rc
View file @
69411faf
...
...
@@ -17,6 +17,7 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resids.h"
LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
...
...
dlls/browseui/rsrc_En.rc
View file @
69411faf
...
...
@@ -16,6 +16,7 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resids.h"
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
...
...
dlls/browseui/rsrc_Es.rc
View file @
69411faf
...
...
@@ -16,6 +16,7 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resids.h"
LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL
...
...
dlls/browseui/rsrc_Fr.rc
View file @
69411faf
...
...
@@ -16,6 +16,7 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resids.h"
LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
...
...
dlls/browseui/rsrc_Ja.rc
View file @
69411faf
...
...
@@ -16,6 +16,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resids.h"
/* UTF-8 */
#pragma code_page(65001)
...
...
@@ -38,5 +40,3 @@ FONT 8, "MS Shell Dlg"
PUSHBUTTON "キャンセル(&C)", IDCANCEL, 205, 65, 40, 15, WS_GROUP | WS_TABSTOP | WS_VISIBLE
LTEXT "", IDC_TEXT_LINE + 2, 7, 75, 190, 10, SS_LEFT|SS_NOPREFIX
}
#pragma code_page(default)
dlls/browseui/rsrc_Ko.rc
View file @
69411faf
...
...
@@ -17,6 +17,7 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resids.h"
LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT
...
...
dlls/browseui/rsrc_Lt.rc
View file @
69411faf
...
...
@@ -16,6 +16,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resids.h"
/* UTF-8 */
#pragma code_page(65001)
...
...
@@ -38,5 +40,3 @@ FONT 8, "MS Shell Dlg"
PUSHBUTTON "&Atsisakyti", IDCANCEL, 205, 65, 40, 15, WS_GROUP | WS_TABSTOP | WS_VISIBLE
LTEXT "", IDC_TEXT_LINE + 2, 7, 75, 190, 10, SS_LEFT|SS_NOPREFIX
}
#pragma code_page(default)
dlls/browseui/rsrc_Nl.rc
View file @
69411faf
...
...
@@ -16,6 +16,7 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resids.h"
LANGUAGE LANG_DUTCH, SUBLANG_NEUTRAL
...
...
dlls/browseui/rsrc_No.rc
View file @
69411faf
...
...
@@ -18,6 +18,7 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resids.h"
LANGUAGE LANG_NORWEGIAN, SUBLANG_NORWEGIAN_BOKMAL
...
...
dlls/browseui/rsrc_Pl.rc
View file @
69411faf
...
...
@@ -16,6 +16,7 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resids.h"
LANGUAGE LANG_POLISH, SUBLANG_DEFAULT
...
...
dlls/browseui/rsrc_Pt.rc
View file @
69411faf
...
...
@@ -16,6 +16,7 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resids.h"
LANGUAGE LANG_PORTUGUESE, SUBLANG_NEUTRAL
...
...
dlls/browseui/rsrc_Ro.rc
View file @
69411faf
...
...
@@ -17,6 +17,7 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resids.h"
LANGUAGE LANG_ROMANIAN, SUBLANG_NEUTRAL
...
...
@@ -39,5 +40,3 @@ FONT 8, "MS Shell Dlg"
PUSHBUTTON "&Renunță", IDCANCEL, 205, 65, 40, 15, WS_GROUP | WS_TABSTOP | WS_VISIBLE
LTEXT "", IDC_TEXT_LINE + 2, 7, 75, 190, 10, SS_LEFT|SS_NOPREFIX
}
#pragma code_page(default)
dlls/browseui/rsrc_Ru.rc
View file @
69411faf
...
...
@@ -16,6 +16,7 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resids.h"
LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
...
...
dlls/browseui/rsrc_Si.rc
View file @
69411faf
...
...
@@ -16,6 +16,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resids.h"
#pragma code_page(65001)
LANGUAGE LANG_SLOVENIAN, SUBLANG_DEFAULT
...
...
@@ -37,5 +39,3 @@ FONT 8, "MS Shell Dlg"
PUSHBUTTON "&Prekliči", IDCANCEL, 205, 65, 40, 15, WS_GROUP | WS_TABSTOP | WS_VISIBLE
LTEXT "", IDC_TEXT_LINE + 2, 7, 75, 190, 10, SS_LEFT|SS_NOPREFIX
}
#pragma code_page(default)
dlls/browseui/rsrc_Sv.rc
View file @
69411faf
...
...
@@ -18,6 +18,7 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resids.h"
LANGUAGE LANG_SWEDISH, SUBLANG_NEUTRAL
...
...
dlls/browseui/rsrc_Zh.rc
View file @
69411faf
...
...
@@ -18,6 +18,7 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resids.h"
/* Chinese text is encoded in UTF-8 */
#pragma code_page(65001)
...
...
@@ -61,5 +62,3 @@ FONT 9, "MS Shell Dlg"
PUSHBUTTON "取消(&C)", IDCANCEL, 205, 65, 40, 15, WS_GROUP | WS_TABSTOP | WS_VISIBLE
LTEXT "", IDC_TEXT_LINE + 2, 7, 75, 190, 10, SS_LEFT|SS_NOPREFIX
}
#pragma code_page(default)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment