mirror of
https://github.com/reactos/reactos.git
synced 2026-05-31 16:31:07 +08:00
[NOTEPAD] Fix Croatian (hr-HR) resource file
Addendum to e0fc48d6 (#4338).
This commit is contained in:
@@ -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
|
||||
BEGIN
|
||||
@@ -75,7 +75,7 @@ IDI_NPICON ICON "res/notepad.ico"
|
||||
#include "lang/hi-IN.rc"
|
||||
#endif
|
||||
#ifdef LANGUAGE_HR_HR
|
||||
#include "lang/hr-Hr.rc"
|
||||
#include "lang/hr-HR.rc"
|
||||
#endif
|
||||
#ifdef LANGUAGE_HU_HU
|
||||
#include "lang/hu-HU.rc"
|
||||
|
||||
Reference in New Issue
Block a user