mirror of
https://github.com/reactos/reactos.git
synced 2025-04-20 12:29:56 +00:00
[NOTEPAD] Fix Croatian (hr-HR) resource file
Addendum to e0fc48d6
(#4338).
This commit is contained in:
parent
6304059721
commit
015fd3a72f
2 changed files with 8 additions and 2 deletions
|
@ -1,5 +1,11 @@
|
||||||
LANGUAGE LANG_CROATIAN, SUBLANG_DEFAULT
|
/*
|
||||||
|
* PROJECT: ReactOS Notepad
|
||||||
|
* LICENSE: LGPL-2.1-or-later (https://spdx.org/licenses/LGPL-2.1-or-later)
|
||||||
|
* PURPOSE: Croatian resource file
|
||||||
|
* TRANSLATORS: Copyright 2022 Andrej Bartulin <andrej.bartulinvr@gmail.com>
|
||||||
|
*/
|
||||||
|
|
||||||
|
LANGUAGE LANG_CROATIAN, SUBLANG_DEFAULT
|
||||||
|
|
||||||
ID_ACCEL ACCELERATORS
|
ID_ACCEL ACCELERATORS
|
||||||
BEGIN
|
BEGIN
|
|
@ -75,7 +75,7 @@ IDI_NPICON ICON "res/notepad.ico"
|
||||||
#include "lang/hi-IN.rc"
|
#include "lang/hi-IN.rc"
|
||||||
#endif
|
#endif
|
||||||
#ifdef LANGUAGE_HR_HR
|
#ifdef LANGUAGE_HR_HR
|
||||||
#include "lang/hr-Hr.rc"
|
#include "lang/hr-HR.rc"
|
||||||
#endif
|
#endif
|
||||||
#ifdef LANGUAGE_HU_HU
|
#ifdef LANGUAGE_HU_HU
|
||||||
#include "lang/hu-HU.rc"
|
#include "lang/hu-HU.rc"
|
||||||
|
|
Loading…
Reference in a new issue