Skip to content

Commit e1d25a8

Browse files
committed
* Sync to trunk HEAD (r53298).
svn path=/branches/GSoC_2011/ThemesSupport/; revision=53299
2 parents c198f13 + e1776e9 commit e1d25a8

File tree

2,089 files changed

+158899
-144167
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,089 files changed

+158899
-144167
lines changed

CMakeLists.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,11 @@ else()
7777

7878
#useful stuff!
7979
include(CMakeParseArguments)
80+
81+
if(ENABLE_CCACHE)
82+
set(CMAKE_C_USE_RESPONSE_FILE_FOR_INCLUDES OFF)
83+
set(CMAKE_CXX_USE_RESPONSE_FILE_FOR_INCLUDES OFF)
84+
endif()
8085

8186
# Do some cleanup
8287
file(REMOVE
@@ -197,7 +202,6 @@ else()
197202

198203
add_subdirectory(include/psdk)
199204
add_subdirectory(include/dxsdk)
200-
add_subdirectory(include/reactos/idl)
201205
add_subdirectory(include/reactos/wine)
202206
add_subdirectory(include/reactos/mc)
203207
add_subdirectory(include/asm)

ReactOS-i386.rbuild

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
<compilerflag compiler="cc,cxx">-gstabs+</compilerflag>
3131
<compilerflag compiler="cc,cxx">-fno-set-stack-executable</compilerflag>
3232
<compilerflag compiler="cc,cxx">-fno-optimize-sibling-calls</compilerflag>
33+
<compilerflag compiler="cc,cxx">-fno-omit-frame-pointer</compilerflag>
3334
<compilerflag compiler="as">-gstabs+</compilerflag>
3435
</group>
3536

base/applications/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ add_subdirectory(logoff)
1818
add_subdirectory(magnify)
1919
add_subdirectory(mmc)
2020
add_subdirectory(mplay32)
21-
# add_subdirectory(msconfig)
21+
add_subdirectory(msconfig)
2222
add_subdirectory(mscutils)
2323
add_subdirectory(mstsc)
2424
add_subdirectory(network)

base/applications/cacls/lang/bg-BG.rc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
/* UTF-8 Conversion: Elton Chung aka MfldElton <[email protected]> (June, 2011) */
2-
31
LANGUAGE LANG_BULGARIAN, SUBLANG_DEFAULT
42

53
STRINGTABLE DISCARDABLE

base/applications/cacls/lang/ca-ES.rc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
/* UTF-8 Conversion: Elton Chung aka MfldElton <[email protected]> June, 2011 */
2-
31
LANGUAGE LANG_CATALAN, SUBLANG_DEFAULT
42

53
STRINGTABLE DISCARDABLE

base/applications/cacls/lang/cs-CZ.rc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
* FILE: base/applications/cacls/lang/cs-CZ.rc
33
* TRANSLATOR: Radek Liska aka Black_Fox (radekliska at gmail dot com)
44
* UPDATED: 2008-02-29
5-
* UTF-8 Conversion: Elton Chung aka MfldElton <[email protected]> (June, 2011)
65
*/
76

87
LANGUAGE LANG_CZECH, SUBLANG_DEFAULT

base/applications/cacls/lang/da-DA.rc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/*
2-
* Danish language file by Daniel Reimer <EmuandCo> 2006-06-15
3-
* UTF-8 Conversion: Elton Chung aka MfldElton <[email protected]> (June, 2011)
2+
* Danish language file by Daniel Reimer <EmuandCo> 2006-06-15
43
*/
54

65
LANGUAGE LANG_DANISH, SUBLANG_DEFAULT

base/applications/cacls/lang/de-DE.rc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/*
2-
* German language file by Daniel Reimer <EmuandCo> 2006-06-15
3-
* UTF-8 Conversion: Elton Chung aka MfldElton <[email protected]> (June, 2011)
2+
* German language file by Daniel Reimer <EmuandCo> 2006-06-15
43
*/
54

65
LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL

base/applications/cacls/lang/el-GR.rc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
/* UTF-8 Conversion: Elton Chung aka MfldElton <[email protected]> (June, 2011) */
2-
31
LANGUAGE LANG_GREEK, SUBLANG_DEFAULT
42

53
STRINGTABLE DISCARDABLE

base/applications/cacls/lang/es-ES.rc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
/* UTF-8 Conversion: Elton Chung aka MfldElton <[email protected]> (June, 2011) */
2-
31
LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL
42

53
STRINGTABLE DISCARDABLE

base/applications/cacls/lang/fr-FR.rc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
/* UTF-8 Conversion: Elton Chung aka MfldElton <[email protected]> (June, 2011) */
2-
31
LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
42

53
STRINGTABLE DISCARDABLE

base/applications/cacls/lang/it-IT.rc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
/* UTF-8 Conversion: Elton Chung aka MfldElton <[email protected]> (June, 2011) */
2-
31
LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
42

53
STRINGTABLE DISCARDABLE

base/applications/cacls/lang/ja-JP.rc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
/* UTF-8 Conversion: Elton Chung aka MfldElton <[email protected]> (June, 2011) */
2-
31
LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT
42

53
STRINGTABLE DISCARDABLE

base/applications/cacls/lang/ko-KR.rc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/*
22
* Korean translation by manatails007 (www.manatails007.org)
3-
* UTF-8 Conversion: Elton Chung aka MfldElton <[email protected]> (June, 2011)
43
*/
54

65
LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT

base/applications/cacls/lang/no-NO.rc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
/* UTF-8 Conversion: Elton Chung aka MfldElton <[email protected]> (June, 2011) */
2-
31
LANGUAGE LANG_NORWEGIAN, SUBLANG_NEUTRAL
42

53
STRINGTABLE DISCARDABLE

base/applications/cacls/lang/sk-SK.rc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/*
22
* Slovak language file by Mário Kačmár aka Kario ([email protected]) 16-01-2008
3-
* UTF-8 Conversion: Elton Chung aka MfldElton <[email protected]> (June, 2011)
43
*/
54

65
LANGUAGE LANG_SLOVAK, SUBLANG_DEFAULT

base/applications/cacls/lang/zh-CN.rc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
* cacls (Simplified Chinese resources)
33
* (简体中文资源)
44
* Copyright 2007 zhangbing <[email protected], [email protected]>
5-
* UTF-8 Conversion: Elton Chung aka MfldElton <[email protected]> (June, 2011)
65
*
76
* This program is free software; you can redistribute it and/or
87
* modify it under the terms of the GNU Lesser General Public

base/applications/cacls/lang/zh-TW.rc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
* cacls (TRADITIONAL Chinese resources)
33
* (繁體中文資源)
44
* Copyright 2007 jauming <[email protected]>
5-
* UTF-8 Conversion: Elton Chung aka MfldElton <[email protected]> (June, 2011)
65
*
76
* This program is free software; you can redistribute it and/or
87
* modify it under the terms of the GNU Lesser General Public

base/applications/calc/calc.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#pragma once
21

32
#include <windows.h>
43
#include <tchar.h>

base/applications/calc/calc.rbuild

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<module name="calc" type="win32gui" installbase="system32" installname="calc.exe" unicode="yes">
44
<include base="calc">.</include>
55
<define name="DISABLE_HTMLHELP_SUPPORT">1</define>
6+
<library>msvcrt</library>
67
<library>advapi32</library>
78
<library>gdi32</library>
89
<library>user32</library>
@@ -13,4 +14,5 @@
1314
<file>utl.c</file>
1415
<file>winmain.c</file>
1516
<file>resource.rc</file>
17+
<pch>calc.h</pch>
1618
</module>

base/applications/calc/fun_mpfr.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#include "calc.h"
2-
#include <limits.h>
32

43
void apply_int_mask(calc_number_t *r)
54
{

base/applications/calc/function.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#include "calc.h"
2-
#include <limits.h>
32

43
void apply_int_mask(calc_number_t *r)
54
{

base/applications/calc/lang/bg-BG.rc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
/* UTF-8 Conversion: Elton Chung aka MfldElton <[email protected]> (June, 2011) */
2-
31
//Недовършен
42
LANGUAGE LANG_BULGARIAN, SUBLANG_DEFAULT
53

base/applications/calc/lang/cs-CZ.rc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/* FILE: base/applications/calc/lang/cs-CZ.rc
22
* TRANSLATOR: Radek Liska aka Black_Fox (radekliska at gmail dot com)
33
* UPDATED: 2010-05-30
4-
* UTF-8 Conversion: Elton Chung aka MfldElton <[email protected]> (June, 2011)
54
*/
65

76
LANGUAGE LANG_CZECH, SUBLANG_DEFAULT

base/applications/calc/lang/de-DE.rc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
/* UTF-8 Conversion: Elton Chung aka MfldElton <[email protected]> (June, 2011) */
2-
31
LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
42

53
// Dialog

base/applications/calc/lang/el-GR.rc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
/* UTF-8 Conversion: Elton Chung aka MfldElton <[email protected]> (June, 2011) */
2-
31
LANGUAGE LANG_GREEK, SUBLANG_DEFAULT
42

53
// Dialog

base/applications/calc/lang/es-ES.rc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/*
22
* Spanish Language resource file
33
* Traducido por: Javier Remacha 2008
4-
* UTF-8 Conversion: Elton Chung aka MfldElton <[email protected]> (June, 2011)
54
*/
65

76
LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL

base/applications/calc/lang/fr-FR.rc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
/* UTF-8 Conversion: Elton Chung aka MfldElton <[email protected]> (June, 2011) */
2-
31
LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
42

53
// Dialog

base/applications/calc/lang/it-IT.rc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
/* UTF-8 Conversion: Elton Chung aka MfldElton <[email protected]> (June, 2011) */
2-
31
LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
42

53
// Dialog

base/applications/calc/lang/ja-JP.rc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
/* UTF-8 Conversion: Elton Chung aka MfldElton <[email protected]> (June, 2011) */
2-
31
LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT
42

53
// Dialog

base/applications/calc/lang/ko-KR.rc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/*
2-
* Korean translation by manatails007 (www.manatails007.org) Seungju Kim
3-
* UTF-8 Conversion: Elton Chung aka MfldElton <[email protected]> (June, 2011)
2+
* Korean translation by manatails007 (www.manatails007.org) Seungju Kim
43
*/
54

65
LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT

base/applications/calc/lang/no-NO.rc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
/* UTF-8 Conversion: Elton Chung aka MfldElton <[email protected]> (June, 2011) */
2-
31
LANGUAGE LANG_NORWEGIAN, SUBLANG_NEUTRAL
42

53
// Dialog

base/applications/calc/lang/sk-SK.rc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/* TRANSLATOR : Mário Kačmár /Mario Kacmar/ aka Kario ([email protected])
22
* DATE OF TR.: 30-01-2008
33
* LAST CHANGE: 17-09-2010
4-
* UTF-8 Conversion: Elton Chung aka MfldElton <[email protected]> (June, 2011)
54
* ---------------------------------------
65
* TODO:
76
* pridanie navigačných značiek "&" ?

base/applications/calc/lang/sv-SE.rc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
* FILE: base\applications\calc\lang\sv-SE.rc
44
* PURPOSE: Swedish resource file
55
* Translation: Jaix Bly
6-
* UTF-8 Conversion: Elton Chung aka MfldElton <[email protected]> (June, 2011)
76
*/
87

98
LANGUAGE LANG_SWEDISH, SUBLANG_NEUTRAL

base/applications/calc/lang/th-TH.rc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/*
22
* ReactOS Calc (Thai resource file)
33
* Last modified: 2009-02-02
4-
* UTF-8 Conversion: Elton Chung aka MfldElton <[email protected]> (June, 2011)
54
*/
65

76
LANGUAGE LANG_THAI, SUBLANG_DEFAULT

base/applications/charmap/lang/bg-BG.rc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
/* UTF-8 Conversion: Elton Chung aka MfldElton <[email protected]> (June, 2011) */
2-
31
LANGUAGE LANG_BULGARIAN, SUBLANG_DEFAULT
42

53
IDD_CHARMAP DIALOGEX 6, 6, 292, 224

base/applications/charmap/lang/cs-CZ.rc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/* FILE: applications/charmap/lang/cs-CZ.rc
22
* TRANSLATOR: Radek Liska aka Black_Fox (radekliska at gmail dot com)
33
* UPDATED: 2011-03-31
4-
* UTF-8 Conversion: Elton Chung aka MfldElton <[email protected]> (June, 2011)
54
*/
65

76
LANGUAGE LANG_CZECH, SUBLANG_DEFAULT

base/applications/charmap/lang/de-DE.rc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
/* UTF-8 Conversion: Elton Chung aka MfldElton <[email protected]> (June, 2011) */
2-
31
LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
42

53
IDD_CHARMAP DIALOGEX 6, 6, 292, 224

base/applications/charmap/lang/el-GR.rc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
/* UTF-8 Conversion: Elton Chung aka MfldElton <[email protected]> (June, 2011) */
2-
31
LANGUAGE LANG_GREEK, SUBLANG_DEFAULT
42

53
IDD_CHARMAP DIALOGEX 6, 6, 292, 224

base/applications/charmap/lang/es-ES.rc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
/* UTF-8 Conversion: Elton Chung aka MfldElton <[email protected]> (June, 2011) */
2-
31
LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL
42

53
IDD_CHARMAP DIALOGEX 6, 6, 292, 224

base/applications/charmap/lang/ja-JP.rc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
/* UTF-8 Conversion: Elton Chung aka MfldElton <[email protected]> (June, 2011) */
2-
31
LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT
42

53
IDD_CHARMAP DIALOGEX 6, 6, 292, 224

base/applications/charmap/lang/ko-KR.rc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/*
22
* Korean translation by manatails007(www.manatails007.org)
3-
* UTF-8 Conversion: Elton Chung aka MfldElton <[email protected]> (June, 2011)
43
*/
54

65
LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT

base/applications/charmap/lang/lt-LT.rc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
* PURPOSE: Lithuanian Language File
66
* TRANSLATOR: Vytis "CMan" Girdþijauskas ([email protected])
77
* DATE: 2007-09-23
8-
* UTF-8 Conversion: Elton Chung aka MfldElton <[email protected]> (June, 2011)
98
*/
109

1110
LANGUAGE LANG_LITHUANIAN, SUBLANG_DEFAULT

base/applications/charmap/lang/pl-PL.rc

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* https://sourceforge.net/projects/reactospl
55
* updated by Olaf Siejka (May, 2011)
66
* UTF-8 conversion by Caemyr (May, 2011)
7+
* updated by Saibamen - Adam Stachowicz ([email protected]) (August, 2011)
78
*/
89

910
LANGUAGE LANG_POLISH, SUBLANG_DEFAULT
@@ -12,11 +13,11 @@ IDD_CHARMAP DIALOGEX 6, 6, 292, 224
1213
FONT 8,"MS Shell Dlg",0,0
1314
STYLE DS_SHELLFONT | WS_CHILD | WS_VISIBLE
1415
BEGIN
15-
LTEXT "Czci&onka:", IDC_STATIC, 6, 7, 24, 9
16+
LTEXT "Czci&onka:", IDC_STATIC, 6, 7, 28, 9
1617
COMBOBOX IDC_FONTCOMBO, 36, 5, 210, 210, WS_CHILD | WS_VISIBLE | WS_VSCROLL | CBS_DROPDOWNLIST | CBS_SORT | CBS_HASSTRINGS
1718
PUSHBUTTON "Pomo&c", IDC_CMHELP, 249, 5, 35, 13
1819
CONTROL "", IDC_FONTMAP, "FontMapWnd", WS_CHILD | WS_VISIBLE | WS_TABSTOP | WS_VSCROLL, 20, 22, 266, 156
19-
LTEXT "&Znaki do skopiowania:", IDC_STATIC, 6, 188, 66, 9
20+
LTEXT "&Znaki do skopiowania:", IDC_STATIC, 6, 188, 70, 9
2021
CONTROL "",IDC_TEXTBOX,RICHEDIT_CLASS,ES_AUTOHSCROLL | WS_BORDER | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 74, 186, 114, 13
2122
DEFPUSHBUTTON "Wy&bierz", IDC_SELECT, 194, 186, 44, 13
2223
PUSHBUTTON "&Kopiuj", IDC_COPY, 242, 186, 44, 13, WS_DISABLED
@@ -27,9 +28,9 @@ IDD_ADVANCED DIALOGEX 0, 0, 292, 64
2728
STYLE DS_SHELLFONT | WS_CHILD
2829
FONT 8, "MS Shell Dlg"
2930
BEGIN
30-
LTEXT "Zestaw znaków:",IDC_STATIC,8,8,48,8
31+
LTEXT "Zestaw znaków:",IDC_STATIC,8,8,53,8
3132
COMBOBOX IDC_COMBO_CHARSET,72,4,116,80,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
32-
LTEXT "Grupowanie według:",IDC_STATIC,8,28,50,8
33+
LTEXT "Grupowanie według:",IDC_STATIC,8,28,67,8
3334
COMBOBOX IDC_COMBO_GROUPBY,72,24,116,80,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
3435
PUSHBUTTON "Szukaj",IDC_BUTTON_SEARCH,200,44,50,14
3536
EDITTEXT IDC_EDIT_SEARCH,72,44,116,14,ES_AUTOHSCROLL

base/applications/charmap/lang/pt-BR.rc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
/* UTF-8 Conversion: Elton Chung aka MfldElton <[email protected]> (June, 2011) */
2-
31
LANGUAGE LANG_PORTUGUESE, SUBLANG_NEUTRAL
42

53
IDD_CHARMAP DIALOGEX 6, 6, 292, 224

base/applications/charmap/lang/sk-SK.rc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
* TRANSLATOR: Kario ([email protected]) /Mário Kačmár/
66
* DATE OF TR.: 24-07-2007
77
* LAST CHANGE: 29-08-2008
8-
* UTF-8 Conversion: Elton Chung aka MfldElton <[email protected]> (June, 2011)
98
*/
109

1110
LANGUAGE LANG_SLOVAK, SUBLANG_DEFAULT

base/applications/charmap/lang/sv-SE.rc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
* FILE: base\applications\charmap\lang\sv-SE.rc
44
* PURPOSE: Swedish resource file
55
* TRANSLATOR: Jaix Bly
6-
* UTF-8 Conversion: Elton Chung aka MfldElton <[email protected]> (June, 2011)
76
*/
87

98
LANGUAGE LANG_SWEDISH, SUBLANG_NEUTRAL

base/applications/cmdutils/doskey/doskey.rc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@
1515
#pragma code_page(65001)
1616
#include "lang/pl-PL.rc"
1717
#include "lang/uk-UA.rc"
18+
#include "lang/zh-CN.rc"

0 commit comments

Comments
 (0)