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
7460c996
Commit
7460c996
authored
Jul 02, 2009
by
Michael Stefaniuc
Committed by
Alexandre Julliard
Jul 02, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cryptui: Build language resource files separately.
parent
dca1b517
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
20 additions
and
16 deletions
+20
-16
Makefile.in
dlls/cryptui/Makefile.in
+7
-1
cryptui.rc
dlls/cryptui/cryptui.rc
+0
-11
cryptui_De.rc
dlls/cryptui/cryptui_De.rc
+2
-2
cryptui_En.rc
dlls/cryptui/cryptui_En.rc
+2
-0
cryptui_Fr.rc
dlls/cryptui/cryptui_Fr.rc
+2
-2
cryptui_Ko.rc
dlls/cryptui/cryptui_Ko.rc
+1
-0
cryptui_Nl.rc
dlls/cryptui/cryptui_Nl.rc
+2
-0
cryptuires.h
dlls/cryptui/cryptuires.h
+4
-0
No files found.
dlls/cryptui/Makefile.in
View file @
7460c996
...
@@ -10,7 +10,13 @@ IMPORTLIB = cryptui
...
@@ -10,7 +10,13 @@ IMPORTLIB = cryptui
C_SRCS
=
\
C_SRCS
=
\
main.c
main.c
RC_SRCS
=
cryptui.rc
RC_SRCS
=
\
cryptui.rc
\
cryptui_De.rc
\
cryptui_En.rc
\
cryptui_Fr.rc
\
cryptui_Ko.rc
\
cryptui_Nl.rc
@MAKE_DLL_RULES@
@MAKE_DLL_RULES@
...
...
dlls/cryptui/cryptui.rc
View file @
7460c996
...
@@ -17,11 +17,6 @@
...
@@ -17,11 +17,6 @@
* License along with this library; if not, write to the Free Software
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
*/
#include "windef.h"
#include "winbase.h"
#include "winuser.h"
#include "commctrl.h"
#include "dlgs.h"
#include "cryptuires.h"
#include "cryptuires.h"
...
@@ -45,9 +40,3 @@ IDB_CERT_WATERMARK BITMAP LOADONCALL DISCARDABLE certwatermark.bmp
...
@@ -45,9 +40,3 @@ IDB_CERT_WATERMARK BITMAP LOADONCALL DISCARDABLE certwatermark.bmp
/* @makedep: certheader.bmp */
/* @makedep: certheader.bmp */
IDB_CERT_HEADER BITMAP LOADONCALL DISCARDABLE certheader.bmp
IDB_CERT_HEADER BITMAP LOADONCALL DISCARDABLE certheader.bmp
#include "cryptui_De.rc"
#include "cryptui_En.rc"
#include "cryptui_Fr.rc"
#include "cryptui_Ko.rc"
#include "cryptui_Nl.rc"
dlls/cryptui/cryptui_De.rc
View file @
7460c996
...
@@ -18,6 +18,8 @@
...
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
*/
#include "cryptuires.h"
#pragma code_page(65001)
#pragma code_page(65001)
LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
...
@@ -461,5 +463,3 @@ BEGIN
...
@@ -461,5 +463,3 @@ BEGIN
LVS_REPORT|LVS_NOCOLUMNHEADER|LVS_SINGLESEL|WS_CHILD|WS_VISIBLE|WS_TABSTOP|WS_BORDER,
LVS_REPORT|LVS_NOCOLUMNHEADER|LVS_SINGLESEL|WS_CHILD|WS_VISIBLE|WS_TABSTOP|WS_BORDER,
115,67,174,100
115,67,174,100
END
END
#pragma code_page(default)
dlls/cryptui/cryptui_En.rc
View file @
7460c996
...
@@ -18,6 +18,8 @@
...
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
*/
#include "cryptuires.h"
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
STRINGTABLE DISCARDABLE
STRINGTABLE DISCARDABLE
...
...
dlls/cryptui/cryptui_Fr.rc
View file @
7460c996
...
@@ -18,6 +18,8 @@
...
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
*/
#include "cryptuires.h"
/* UTF-8 */
/* UTF-8 */
#pragma code_page(65001)
#pragma code_page(65001)
...
@@ -462,5 +464,3 @@ BEGIN
...
@@ -462,5 +464,3 @@ BEGIN
LVS_REPORT|LVS_NOCOLUMNHEADER|LVS_SINGLESEL|WS_CHILD|WS_VISIBLE|WS_TABSTOP|WS_BORDER,
LVS_REPORT|LVS_NOCOLUMNHEADER|LVS_SINGLESEL|WS_CHILD|WS_VISIBLE|WS_TABSTOP|WS_BORDER,
115,67,174,100
115,67,174,100
END
END
#pragma code_page(default)
dlls/cryptui/cryptui_Ko.rc
View file @
7460c996
...
@@ -19,6 +19,7 @@
...
@@ -19,6 +19,7 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
*/
#include "cryptuires.h"
LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT
LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT
...
...
dlls/cryptui/cryptui_Nl.rc
View file @
7460c996
...
@@ -18,6 +18,8 @@
...
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
*/
#include "cryptuires.h"
LANGUAGE LANG_DUTCH, SUBLANG_NEUTRAL
LANGUAGE LANG_DUTCH, SUBLANG_NEUTRAL
STRINGTABLE DISCARDABLE
STRINGTABLE DISCARDABLE
...
...
dlls/cryptui/cryptuires.h
View file @
7460c996
...
@@ -18,6 +18,10 @@
...
@@ -18,6 +18,10 @@
#ifndef __CRYPTUIRES_H_
#ifndef __CRYPTUIRES_H_
#define __CRYPTUIRES_H_
#define __CRYPTUIRES_H_
#include <windef.h>
#include <winuser.h>
#include <commctrl.h>
#define IDS_CERTIFICATE 1000
#define IDS_CERTIFICATE 1000
#define IDS_CERTIFICATEINFORMATION 1001
#define IDS_CERTIFICATEINFORMATION 1001
#define IDS_CERT_INFO_BAD_SIG 1002
#define IDS_CERT_INFO_BAD_SIG 1002
...
...
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