mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 04:33:32 +00:00
Fix svn properties
Use SUBLANG_ENGLISH_US in LANG_ENGLISH resource file svn path=/trunk/; revision=25354
This commit is contained in:
parent
f716669f6f
commit
5ed56a4f48
8 changed files with 193 additions and 196 deletions
|
@ -1,5 +1,4 @@
|
||||||
/* $Id$
|
/* PROJECT: ReactOS Downloader (was GetFirefox)
|
||||||
* PROJECT: ReactOS Downloader (was GetFirefox)
|
|
||||||
* LICENSE: GPL - See COPYING in the top level directory
|
* LICENSE: GPL - See COPYING in the top level directory
|
||||||
* FILE: base/applications/downloader/download.c
|
* FILE: base/applications/downloader/download.c
|
||||||
* PURPOSE: Displaying a download dialog
|
* PURPOSE: Displaying a download dialog
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
/* $Id$
|
/* PROJECT: ReactOS Downloader
|
||||||
* PROJECT: ReactOS Downloader
|
|
||||||
* LICENSE: GPL - See COPYING in the top level directory
|
* LICENSE: GPL - See COPYING in the top level directory
|
||||||
* FILE: base/applications/downloader/xml.c
|
* FILE: base/applications/downloader/xml.c
|
||||||
* PURPOSE: Main program
|
* PURPOSE: Main program
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
|
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
|
||||||
|
|
||||||
IDD_DOWNLOAD DIALOG LOADONCALL MOVEABLE DISCARDABLE 0, 0, 220, 76
|
IDD_DOWNLOAD DIALOG LOADONCALL MOVEABLE DISCARDABLE 0, 0, 220, 76
|
||||||
STYLE DS_MODALFRAME | DS_CENTER | WS_VISIBLE | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
STYLE DS_MODALFRAME | DS_CENTER | WS_VISIBLE | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
/* $Id$
|
/* PROJECT: ReactOS Downloader
|
||||||
* PROJECT: ReactOS Downloader
|
|
||||||
* LICENSE: GPL - See COPYING in the top level directory
|
* LICENSE: GPL - See COPYING in the top level directory
|
||||||
* FILE: base\applications\downloader\xml.c
|
* FILE: base\applications\downloader\xml.c
|
||||||
* PURPOSE: Parsing of application information xml files
|
* PURPOSE: Parsing of application information xml files
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue