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
b4b74945
Commit
b4b74945
authored
Jul 03, 2009
by
Michael Stefaniuc
Committed by
Alexandre Julliard
Jul 03, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
progman: Build language resource files separately.
Do not include them from an other rc file.
parent
0b16b401
Hide whitespace changes
Inline
Side-by-side
Showing
23 changed files
with
64 additions
and
51 deletions
+64
-51
Cs.rc
programs/progman/Cs.rc
+2
-0
Da.rc
programs/progman/Da.rc
+2
-0
De.rc
programs/progman/De.rc
+2
-0
En.rc
programs/progman/En.rc
+2
-0
Es.rc
programs/progman/Es.rc
+2
-0
Fr.rc
programs/progman/Fr.rc
+2
-0
Hu.rc
programs/progman/Hu.rc
+2
-0
It.rc
programs/progman/It.rc
+2
-0
Ko.rc
programs/progman/Ko.rc
+2
-0
Lt.rc
programs/progman/Lt.rc
+2
-2
Makefile.in
programs/progman/Makefile.in
+21
-1
Nl.rc
programs/progman/Nl.rc
+2
-0
No.rc
programs/progman/No.rc
+2
-0
Pl.rc
programs/progman/Pl.rc
+2
-0
Pt.rc
programs/progman/Pt.rc
+2
-0
Ru.rc
programs/progman/Ru.rc
+2
-0
Si.rc
programs/progman/Si.rc
+2
-2
Sv.rc
programs/progman/Sv.rc
+2
-0
Tr.rc
programs/progman/Tr.rc
+2
-0
Zh.rc
programs/progman/Zh.rc
+2
-2
accel.rc
programs/progman/accel.rc
+3
-0
progman.h
programs/progman/progman.h
+2
-1
rsrc.rc
programs/progman/rsrc.rc
+0
-43
No files found.
programs/progman/Cs.rc
View file @
b4b74945
...
...
@@ -21,6 +21,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "progman.h"
/* Czech strings in CP1250 */
/* Menu */
...
...
programs/progman/Da.rc
View file @
b4b74945
...
...
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "progman.h"
LANGUAGE LANG_DANISH, SUBLANG_DEFAULT
/* Menu */
...
...
programs/progman/De.rc
View file @
b4b74945
...
...
@@ -20,6 +20,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "progman.h"
/* Menu */
MAIN_MENU MENU LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
...
...
programs/progman/En.rc
View file @
b4b74945
...
...
@@ -19,6 +19,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "progman.h"
/* Menu */
MAIN_MENU MENU LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
...
...
programs/progman/Es.rc
View file @
b4b74945
...
...
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "progman.h"
LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL
/* Menu */
...
...
programs/progman/Fr.rc
View file @
b4b74945
...
...
@@ -21,6 +21,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "progman.h"
LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
/* Menu */
...
...
programs/progman/Hu.rc
View file @
b4b74945
...
...
@@ -20,6 +20,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "progman.h"
/* Menu */
MAIN_MENU MENU LANGUAGE LANG_HUNGARIAN, SUBLANG_DEFAULT
...
...
programs/progman/It.rc
View file @
b4b74945
...
...
@@ -20,6 +20,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "progman.h"
/* Menu */
MAIN_MENU MENU LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
...
...
programs/progman/Ko.rc
View file @
b4b74945
...
...
@@ -20,6 +20,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "progman.h"
/* Menu */
MAIN_MENU MENU LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT
...
...
programs/progman/Lt.rc
View file @
b4b74945
...
...
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "progman.h"
/* Menu */
/* UTF-8 */
...
...
@@ -240,5 +242,3 @@ GARANTIJŲ; net be numanomų PERKAMUMO ar TINKAMUMO KONKREČIAI \
UŽDUOČIAI garantijų. Išsamią informaciją rasite GNU laisvojoje \
bendrojoje viešojoje licencijoje."
}
#pragma code_page(default)
programs/progman/Makefile.in
View file @
b4b74945
...
...
@@ -14,7 +14,27 @@ C_SRCS = \
program.c
\
string.c
RC_SRCS
=
rsrc.rc
RC_SRCS
=
\
Cs.rc
\
Da.rc
\
De.rc
\
En.rc
\
Es.rc
\
Fr.rc
\
Hu.rc
\
It.rc
\
Ko.rc
\
Lt.rc
\
Nl.rc
\
No.rc
\
Pl.rc
\
Pt.rc
\
Ru.rc
\
Si.rc
\
Sv.rc
\
Tr.rc
\
Zh.rc
\
accel.rc
@MAKE_PROG_RULES@
...
...
programs/progman/Nl.rc
View file @
b4b74945
...
...
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "progman.h"
/* Menu */
MAIN_MENU MENU LANGUAGE LANG_DUTCH, SUBLANG_NEUTRAL
...
...
programs/progman/No.rc
View file @
b4b74945
...
...
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "progman.h"
/* Menu */
MAIN_MENU MENU LANGUAGE LANG_NORWEGIAN, SUBLANG_NORWEGIAN_BOKMAL
...
...
programs/progman/Pl.rc
View file @
b4b74945
...
...
@@ -20,6 +20,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "progman.h"
/* Menu */
LANGUAGE LANG_POLISH, SUBLANG_DEFAULT
...
...
programs/progman/Pt.rc
View file @
b4b74945
...
...
@@ -21,6 +21,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "progman.h"
LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN
/* Menu */
...
...
programs/progman/Ru.rc
View file @
b4b74945
...
...
@@ -19,6 +19,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "progman.h"
/* Menu */
MAIN_MENU MENU LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
...
...
programs/progman/Si.rc
View file @
b4b74945
...
...
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "progman.h"
#pragma code_page(65001)
/* Menu */
...
...
@@ -244,5 +246,3 @@ 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."
}
#pragma code_page(default)
programs/progman/Sv.rc
View file @
b4b74945
...
...
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "progman.h"
/* Menu */
MAIN_MENU MENU LANGUAGE LANG_SWEDISH, SUBLANG_NEUTRAL
...
...
programs/progman/Tr.rc
View file @
b4b74945
...
...
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "progman.h"
/* Menu */
MAIN_MENU MENU LANGUAGE LANG_TURKISH, SUBLANG_DEFAULT
...
...
programs/progman/Zh.rc
View file @
b4b74945
...
...
@@ -20,6 +20,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "progman.h"
/* Chinese text is encoded in UTF-8 */
#pragma code_page(65001)
...
...
@@ -410,5 +412,3 @@ IDS_LIBRARIES_DLL, "動態連接庫 (*.dll)"
IDS_SYMBOL_FILES, "圖標檔案"
IDS_SYMBOLS_ICO, "圖標 (*.ico)"
}
#pragma code_page(default)
programs/progman/accel.rc
View file @
b4b74945
...
...
@@ -16,6 +16,9 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include <winuser.h>
#include "progman.h"
ACCEL ACCELERATORS
{
VK_RETURN, PM_EXECUTE, VIRTKEY, ALT
...
...
programs/progman/progman.h
View file @
b4b74945
...
...
@@ -26,7 +26,8 @@
#define MAX_PATHNAME_LEN 1024
#define MAX_LANGUAGE_NUMBER (PM_LAST_LANGUAGE - PM_FIRST_LANGUAGE)
#include "windows.h"
#include <windows.h>
#include <windef.h>
/* Fallback icon */
#define DEFAULTICON OIC_WINLOGO
...
...
programs/progman/rsrc.rc
deleted
100644 → 0
View file @
0b16b401
/*
* Copyright 1996 Ulrich Schmid
*
* 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 "progman.h"
#include "accel.rc"
#include "Cs.rc"
#include "Da.rc"
#include "De.rc"
#include "En.rc"
#include "Es.rc"
#include "Fr.rc"
#include "Hu.rc"
#include "It.rc"
#include "Ko.rc"
#include "Lt.rc"
#include "Nl.rc"
#include "No.rc"
#include "Pl.rc"
#include "Pt.rc"
#include "Ru.rc"
#include "Si.rc"
#include "Sv.rc"
#include "Tr.rc"
#include "Zh.rc"
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