Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
2b644d60
Commit
2b644d60
authored
Aug 30, 2003
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed wrong or unneeded codepage pragmas.
parent
85abf9cb
Hide whitespace changes
Inline
Side-by-side
Showing
18 changed files
with
5 additions
and
27 deletions
+5
-27
En.rc
programs/regedit/En.rc
+0
-1
Es.rc
programs/regedit/Es.rc
+0
-1
Si.rc
programs/regedit/Si.rc
+0
-1
En.rc
programs/start/En.rc
+0
-1
Pt.rc
programs/start/Pt.rc
+0
-1
Ru.rc
programs/start/Ru.rc
+0
-1
En.rc
programs/winecfg/En.rc
+0
-1
Es.rc
programs/winecfg/Es.rc
+0
-1
Pt.rc
programs/winecfg/Pt.rc
+0
-1
Si.rc
programs/winecfg/Si.rc
+0
-1
winecfg.rc
programs/winecfg/winecfg.rc
+0
-1
De.rc
programs/winefile/De.rc
+5
-5
En.rc
programs/winefile/En.rc
+0
-2
Fr.rc
programs/winefile/Fr.rc
+0
-2
Hu.rc
programs/winefile/Hu.rc
+0
-2
Ru.rc
programs/winefile/Ru.rc
+0
-1
Si.rc
programs/winefile/Si.rc
+0
-2
Zh.rc
programs/winefile/Zh.rc
+0
-2
No files found.
programs/regedit/En.rc
View file @
2b644d60
...
...
@@ -19,7 +19,6 @@
*/
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
#pragma code_page(850)
/*
* Menu
...
...
programs/regedit/Es.rc
View file @
2b644d60
...
...
@@ -19,7 +19,6 @@
*/
LANGUAGE LANG_SPANISH, SUBLANG_DEFAULT
#pragma code_page(850)
/*
* Menu
...
...
programs/regedit/Si.rc
View file @
2b644d60
...
...
@@ -19,7 +19,6 @@
*/
LANGUAGE LANG_SLOVENIAN, SUBLANG_NEUTRAL
#pragma code_page(1250)
/*
* Menu
...
...
programs/start/En.rc
View file @
2b644d60
...
...
@@ -20,7 +20,6 @@
*/
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
#pragma code_page(850)
STRINGTABLE DISCARDABLE LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
{
...
...
programs/start/Pt.rc
View file @
2b644d60
...
...
@@ -20,7 +20,6 @@
*/
LANGUAGE LANG_PORTUGUESE, SUBLANG_DEFAULT
#pragma code_page(850)
STRINGTABLE DISCARDABLE
{
...
...
programs/start/Ru.rc
View file @
2b644d60
...
...
@@ -19,7 +19,6 @@
*/
LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
#pragma code_page(866)
STRINGTABLE DISCARDABLE LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
{
...
...
programs/winecfg/En.rc
View file @
2b644d60
...
...
@@ -23,7 +23,6 @@
*/
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
#pragma code_page(1252)
IDD_GENERALCFG DIALOGEX 0, 0, 260, 250
STYLE WS_CHILD
...
...
programs/winecfg/Es.rc
View file @
2b644d60
...
...
@@ -21,7 +21,6 @@
*/
LANGUAGE LANG_SPANISH, SUBLANG_DEFAULT
#pragma code_page(1252)
IDD_GENERALCFG DIALOGEX 0, 0, 260, 250
STYLE WS_CHILD
...
...
programs/winecfg/Pt.rc
View file @
2b644d60
...
...
@@ -21,7 +21,6 @@
*/
LANGUAGE LANG_PORTUGUESE, SUBLANG_DEFAULT
#pragma code_page(1252)
IDD_GENERALCFG DIALOGEX 0, 0, 260, 250
STYLE WS_CHILD
...
...
programs/winecfg/Si.rc
View file @
2b644d60
...
...
@@ -21,7 +21,6 @@
*/
LANGUAGE LANG_SLOVENIAN, SUBLANG_DEFAULT
#pragma code_page(1250)
IDD_GENERALCFG DIALOGEX 0, 0, 260, 250
STYLE WS_CHILD
...
...
programs/winecfg/winecfg.rc
View file @
2b644d60
...
...
@@ -29,7 +29,6 @@
#include "Si.rc"
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
#pragma code_page(1252)
/* BINRES idb_wine.bmp */
IDB_WINE BITMAP
...
...
programs/winefile/De.rc
View file @
2b644d60
...
...
@@ -22,8 +22,6 @@
*/
LANGUAGE LANG_GERMAN, SUBLANG_GERMAN
#pragma code_page(1252)
/* Menu */
...
...
@@ -58,7 +56,7 @@ IDM_WINEFILE MENU FIXED IMPURE
MENUITEM SEPARATOR
MENUITEM "Datentrger &formatieren..." , 203
#ifdef _WIN95
MENUITEM "...", -1 /
/@@
MENUITEM "...", -1 /
*@@ */
#endif
MENUITEM SEPARATOR
MENUITEM "Netzwerklaufwerk &verbinden..." , 252
...
...
@@ -140,8 +138,10 @@ IDM_WINEFILE MENU FIXED IMPURE
MENUITEM SEPARATOR
POPUP "Inf&o..." {
MENUITEM "Info ber &Wine..." , ID_ABOUT_WINE
// MENUITEM "&Lizenz" ID_LICENSE
// MENUITEM "&KEINE GARANTIE" ID_NO_WARRANTY
/*
* MENUITEM "&Lizenz" ID_LICENSE
* MENUITEM "&KEINE GARANTIE" ID_NO_WARRANTY
*/
}
}
}
...
...
programs/winefile/En.rc
View file @
2b644d60
...
...
@@ -22,8 +22,6 @@
*/
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
#pragma code_page(850)
/* Menu */
...
...
programs/winefile/Fr.rc
View file @
2b644d60
...
...
@@ -23,8 +23,6 @@
*/
LANGUAGE LANG_FRENCH, SUBLANG_DEFAULT
#pragma code_page(850)
/* Menu */
...
...
programs/winefile/Hu.rc
View file @
2b644d60
...
...
@@ -23,8 +23,6 @@
*/
LANGUAGE LANG_HUNGARIAN, SUBLANG_DEFAULT
#pragma code_page(1250)
/* Menu */
...
...
programs/winefile/Ru.rc
View file @
2b644d60
...
...
@@ -19,7 +19,6 @@
*/
LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
#pragma code_page(1251)
/* Menu */
...
...
programs/winefile/Si.rc
View file @
2b644d60
...
...
@@ -20,8 +20,6 @@
*/
LANGUAGE LANG_SLOVENIAN, SUBLANG_DEFAULT
#pragma code_page(1250)
/* Menu */
...
...
programs/winefile/Zh.rc
View file @
2b644d60
...
...
@@ -20,8 +20,6 @@
*/
LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
#pragma code_page(936)
/* Menu */
...
...
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