https://git.reactos.org/?p=reactos.git;a=commitdiff;h=cef42ec44306db7c1025bf742d6871ed69bcb24c

commit cef42ec44306db7c1025bf742d6871ed69bcb24c
Author:     Katayama Hirofumi MZ <katayama.hirofumi...@gmail.com>
AuthorDate: Tue Sep 6 14:05:59 2022 +0900
Commit:     Katayama Hirofumi MZ <katayama.hirofumi...@gmail.com>
CommitDate: Tue Sep 6 14:05:59 2022 +0900

    [NOTEPAD] Add STRING_DEFAULTFONT for default font
    
    CORE-11700
---
 base/applications/notepad/lang/bg-BG.rc | 1 +
 base/applications/notepad/lang/cs-CZ.rc | 1 +
 base/applications/notepad/lang/da-DK.rc | 1 +
 base/applications/notepad/lang/de-DE.rc | 1 +
 base/applications/notepad/lang/el-GR.rc | 1 +
 base/applications/notepad/lang/en-US.rc | 1 +
 base/applications/notepad/lang/es-ES.rc | 1 +
 base/applications/notepad/lang/et-EE.rc | 1 +
 base/applications/notepad/lang/eu-ES.rc | 1 +
 base/applications/notepad/lang/fi-FI.rc | 1 +
 base/applications/notepad/lang/fr-FR.rc | 1 +
 base/applications/notepad/lang/he-IL.rc | 1 +
 base/applications/notepad/lang/hi-IN.rc | 1 +
 base/applications/notepad/lang/hr-HR.rc | 1 +
 base/applications/notepad/lang/hu-HU.rc | 1 +
 base/applications/notepad/lang/hy-AM.rc | 1 +
 base/applications/notepad/lang/id-ID.rc | 1 +
 base/applications/notepad/lang/it-IT.rc | 1 +
 base/applications/notepad/lang/ja-JP.rc | 1 +
 base/applications/notepad/lang/lt-LT.rc | 1 +
 base/applications/notepad/lang/ms-MY.rc | 1 +
 base/applications/notepad/lang/nl-NL.rc | 1 +
 base/applications/notepad/lang/no-NO.rc | 1 +
 base/applications/notepad/lang/pl-PL.rc | 1 +
 base/applications/notepad/lang/pt-BR.rc | 1 +
 base/applications/notepad/lang/pt-PT.rc | 1 +
 base/applications/notepad/lang/ro-RO.rc | 1 +
 base/applications/notepad/lang/ru-RU.rc | 1 +
 base/applications/notepad/lang/sk-SK.rc | 1 +
 base/applications/notepad/lang/sl-SI.rc | 1 +
 base/applications/notepad/lang/sq-AL.rc | 1 +
 base/applications/notepad/lang/sv-SE.rc | 1 +
 base/applications/notepad/lang/th-TH.rc | 1 +
 base/applications/notepad/lang/tr-TR.rc | 1 +
 base/applications/notepad/lang/uk-UA.rc | 1 +
 base/applications/notepad/lang/uz-UZ.rc | 1 +
 base/applications/notepad/lang/zh-CN.rc | 1 +
 base/applications/notepad/lang/zh-HK.rc | 1 +
 base/applications/notepad/lang/zh-TW.rc | 1 +
 base/applications/notepad/notepad_res.h | 1 +
 base/applications/notepad/settings.c    | 3 ++-
 41 files changed, 42 insertions(+), 1 deletion(-)

diff --git a/base/applications/notepad/lang/bg-BG.rc 
b/base/applications/notepad/lang/bg-BG.rc
index 5b900b511f3..075c3bcfd3f 100644
--- a/base/applications/notepad/lang/bg-BG.rc
+++ b/base/applications/notepad/lang/bg-BG.rc
@@ -166,6 +166,7 @@ BEGIN
     STRING_CR "Мак (CR)"
     STRING_LINE_COLUMN "Ред %d, стълб %d"
     STRING_PRINTERROR "Cannot print the file '%s'.\n\nMake sure that the 
printer is turned on and is configured properly."
+    STRING_DEFAULTFONT "Lucida Console"
 
     STRING_TEXT_DOCUMENT "Text Document"
     STRING_NOTEPAD_AUTHORS "Възпроизводствено право 1997,98 Marcel Baur, 2000 
Mike McCormack, 2002 Sylvain Petreolle, 2002 Andriy Palamarchuk\r\n"
diff --git a/base/applications/notepad/lang/cs-CZ.rc 
b/base/applications/notepad/lang/cs-CZ.rc
index 36fd1d28b52..ad4e4f87391 100644
--- a/base/applications/notepad/lang/cs-CZ.rc
+++ b/base/applications/notepad/lang/cs-CZ.rc
@@ -167,6 +167,7 @@ paměti."
     STRING_CR "Mac (CR)"
     STRING_LINE_COLUMN "Řádek %d, sloupec %d"
     STRING_PRINTERROR "Soubor '%s' nebylo možné vytisknout.\n\nZkontrolujte, 
zda je tiskárna zapnutá a správně nastavená."
+    STRING_DEFAULTFONT "Lucida Console"
 
     STRING_TEXT_DOCUMENT "Textový dokument"
     STRING_NOTEPAD_AUTHORS "Copyright 1997,98 Marcel Baur, 2000 Mike 
McCormack, 2002 Sylvain Petreolle, 2002 Andriy Palamarchuk\r\n"
diff --git a/base/applications/notepad/lang/da-DK.rc 
b/base/applications/notepad/lang/da-DK.rc
index 8ab2d8f4c07..6bb09d1e48d 100644
--- a/base/applications/notepad/lang/da-DK.rc
+++ b/base/applications/notepad/lang/da-DK.rc
@@ -167,6 +167,7 @@ hukommelse, og prøv så igen."
     STRING_CR "Mac (CR)"
     STRING_LINE_COLUMN "Line %d, column %d"
     STRING_PRINTERROR "Cannot print the file '%s'.\n\nMake sure that the 
printer is turned on and is configured properly."
+    STRING_DEFAULTFONT "Lucida Console"
 
     STRING_TEXT_DOCUMENT "Text Document"
     STRING_NOTEPAD_AUTHORS "Copyright 1997,98 Marcel Baur, 2000 Mike 
McCormack, 2002 Sylvain Petreolle, 2002 Andriy Palamarchuk\r\n"
diff --git a/base/applications/notepad/lang/de-DE.rc 
b/base/applications/notepad/lang/de-DE.rc
index c1c491f3e03..c8168630ddb 100644
--- a/base/applications/notepad/lang/de-DE.rc
+++ b/base/applications/notepad/lang/de-DE.rc
@@ -168,6 +168,7 @@ um diese Funktion\nabzuschließen. Beenden Sie eine oder 
mehrere \
     STRING_CR "Mac (CR)"
     STRING_LINE_COLUMN "Zeile %d, Spalte %d"
     STRING_PRINTERROR "Die Datei '%s' kann nicht gedruckt werden.\n\nStellen 
Sie sicher, dass der Drucker angeschlossen und richtig konfiguriert ist."
+    STRING_DEFAULTFONT "Lucida Console"
 
     STRING_TEXT_DOCUMENT "Textdokument"
     STRING_NOTEPAD_AUTHORS "Copyright 1997,98 Marcel Baur, 2000 Mike 
McCormack, 2002 Sylvain Petreolle, 2002 Andriy Palamarchuk\r\n"
diff --git a/base/applications/notepad/lang/el-GR.rc 
b/base/applications/notepad/lang/el-GR.rc
index 32e23f3f00a..a9a39044505 100644
--- a/base/applications/notepad/lang/el-GR.rc
+++ b/base/applications/notepad/lang/el-GR.rc
@@ -167,6 +167,7 @@ BEGIN
     STRING_CR "Mac (CR)"
     STRING_LINE_COLUMN "Line %d, column %d"
     STRING_PRINTERROR "Cannot print the file '%s'.\n\nMake sure that the 
printer is turned on and is configured properly."
+    STRING_DEFAULTFONT "Lucida Console"
 
     STRING_TEXT_DOCUMENT "Text Document"
     STRING_NOTEPAD_AUTHORS "Copyright 1997,98 Marcel Baur, 2000 Mike 
McCormack, 2002 Sylvain Petreolle, 2002 Andriy Palamarchuk\r\n"
diff --git a/base/applications/notepad/lang/en-US.rc 
b/base/applications/notepad/lang/en-US.rc
index 242fb18c426..3fda7325bc4 100644
--- a/base/applications/notepad/lang/en-US.rc
+++ b/base/applications/notepad/lang/en-US.rc
@@ -166,6 +166,7 @@ task.\nClose one or more applications to increase the 
amount of\nfree memory."
     STRING_CR "Mac (CR)"
     STRING_LINE_COLUMN "Line %d, column %d"
     STRING_PRINTERROR "Cannot print the file '%s'.\n\nMake sure that the 
printer is turned on and is configured properly."
+    STRING_DEFAULTFONT "Lucida Console"
 
     STRING_TEXT_DOCUMENT "Text Document"
     STRING_NOTEPAD_AUTHORS "Copyright 1997,98 Marcel Baur, 2000 Mike 
McCormack, 2002 Sylvain Petreolle, 2002 Andriy Palamarchuk\r\n"
diff --git a/base/applications/notepad/lang/es-ES.rc 
b/base/applications/notepad/lang/es-ES.rc
index 3700fe740cd..786b1b3c1d9 100644
--- a/base/applications/notepad/lang/es-ES.rc
+++ b/base/applications/notepad/lang/es-ES.rc
@@ -169,6 +169,7 @@ aumentar la cantidad\nde memoria libre."
     STRING_CR "Mac (CR)"
     STRING_LINE_COLUMN "Línea %d, columna %d"
     STRING_PRINTERROR "No se puede imprimir el archivo '%s'.\n\nAsegúrese de 
que la impresora esté encendida y configurada correctamente."
+    STRING_DEFAULTFONT "Lucida Console"
 
     STRING_TEXT_DOCUMENT "Documento de texto"
     STRING_NOTEPAD_AUTHORS "Copyright 1997,98 Marcel Baur, 2000 Mike 
McCormack, 2002 Sylvain Petreolle, 2002 Andriy Palamarchuk\r\n"
diff --git a/base/applications/notepad/lang/et-EE.rc 
b/base/applications/notepad/lang/et-EE.rc
index f5b3afa982b..625b5011163 100644
--- a/base/applications/notepad/lang/et-EE.rc
+++ b/base/applications/notepad/lang/et-EE.rc
@@ -174,6 +174,7 @@ käsu lõpetamiseks.\nSulge üks või enam rakendust, et 
suurendada\nvaba mälu
     STRING_CR "Mac (CR)"
     STRING_LINE_COLUMN "Rida %d, veerg %d"
     STRING_PRINTERROR "Ei suuda printida faili '%s'.\n\nVeendu et printer on 
sisse lülitatud ja korralikult sättestatud."
+    STRING_DEFAULTFONT "Lucida Console"
 
     STRING_TEXT_DOCUMENT "Tekstidokument"
     STRING_NOTEPAD_AUTHORS "Autoriõigus 1997,98 Marcel Baur, 2000 Mike 
McCormack, 2002 Sylvain Petreolle, 2002 Andriy Palamarchuk\r\n"
diff --git a/base/applications/notepad/lang/eu-ES.rc 
b/base/applications/notepad/lang/eu-ES.rc
index bb082e9fbb6..c39b5d5aca6 100644
--- a/base/applications/notepad/lang/eu-ES.rc
+++ b/base/applications/notepad/lang/eu-ES.rc
@@ -167,6 +167,7 @@ memoria librearen\nkopurua handitzeko."
     STRING_CR "Mac (CR)"
     STRING_LINE_COLUMN "%d linea, %d columna"
     STRING_PRINTERROR "'%s' fitxategia inprimatu ez ahal du.\n\nZihurtatu 
behar duzu inmprimagailua pistuta eta ongi konfiguratuta dago."
+    STRING_DEFAULTFONT "Lucida Console"
 
     STRING_TEXT_DOCUMENT "Text Document"
     STRING_NOTEPAD_AUTHORS "Copyright 1997,98 Marcel Baur, 2000 Mike 
McCormack, 2002 Sylvain Petreolle, 2002 Andriy Palamarchuk\r\n"
diff --git a/base/applications/notepad/lang/fi-FI.rc 
b/base/applications/notepad/lang/fi-FI.rc
index d13c7ce9337..31278ed53d1 100644
--- a/base/applications/notepad/lang/fi-FI.rc
+++ b/base/applications/notepad/lang/fi-FI.rc
@@ -167,6 +167,7 @@ muistia."
     STRING_CR "Mac (CR)"
     STRING_LINE_COLUMN "Line %d, column %d"
     STRING_PRINTERROR "Cannot print the file '%s'.\n\nMake sure that the 
printer is turned on and is configured properly."
+    STRING_DEFAULTFONT "Lucida Console"
 
     STRING_TEXT_DOCUMENT "Text Document"
     STRING_NOTEPAD_AUTHORS "Copyright 1997,98 Marcel Baur, 2000 Mike 
McCormack, 2002 Sylvain Petreolle, 2002 Andriy Palamarchuk\r\n"
diff --git a/base/applications/notepad/lang/fr-FR.rc 
b/base/applications/notepad/lang/fr-FR.rc
index 6fba3e8d9c0..35340a79710 100644
--- a/base/applications/notepad/lang/fr-FR.rc
+++ b/base/applications/notepad/lang/fr-FR.rc
@@ -167,6 +167,7 @@ de la mémoire."
     STRING_CR "Mac (CR)"
     STRING_LINE_COLUMN "Ligne %d, colonne %d"
     STRING_PRINTERROR "Impossible d'imprimer le fichier '%s'.\n\nVérifiez que 
l'imprimante est allumée et correctement configurée."
+    STRING_DEFAULTFONT "Lucida Console"
 
     STRING_TEXT_DOCUMENT "Document Texte"
     STRING_NOTEPAD_AUTHORS "Copyright 1997,98 Marcel Baur, 2000 Mike 
McCormack, 2002 Sylvain Petreolle, 2002 Andriy Palamarchuk\r\n"
diff --git a/base/applications/notepad/lang/he-IL.rc 
b/base/applications/notepad/lang/he-IL.rc
index f4929cf8d5f..14208a81b3a 100644
--- a/base/applications/notepad/lang/he-IL.rc
+++ b/base/applications/notepad/lang/he-IL.rc
@@ -169,6 +169,7 @@ task.\nClose one or more applications to increase the 
amount of\nfree memory."
     STRING_CR "מקינטוש (CR)"
     STRING_LINE_COLUMN "שורה %d, עמודה %d"
     STRING_PRINTERROR "Cannot print the file '%s'.\n\nMake sure that the 
printer is turned on and is configured properly."
+    STRING_DEFAULTFONT "Lucida Console"
 
     STRING_TEXT_DOCUMENT "Text Document"
     STRING_NOTEPAD_AUTHORS "Copyright 1997,98 Marcel Baur, 2000 Mike 
McCormack, 2002 Sylvain Petreolle, 2002 Andriy Palamarchuk\r\n"
diff --git a/base/applications/notepad/lang/hi-IN.rc 
b/base/applications/notepad/lang/hi-IN.rc
index 24ecb4b0094..f205d05538e 100644
--- a/base/applications/notepad/lang/hi-IN.rc
+++ b/base/applications/notepad/lang/hi-IN.rc
@@ -173,6 +173,7 @@ BEGIN
     STRING_CR "Mac (CR)"
     STRING_LINE_COLUMN "लाइन%d, स्तंभ%d"
     STRING_PRINTERROR "फ़ाइल '%s' मुद्रित नहीं कर सकता।\n\n सुनिश्चित करें कि 
प्रिंटर चालू है और ठीक से कॉन्फ़िगर किया गया है।"
+    STRING_DEFAULTFONT "Lucida Console"
 
     STRING_TEXT_DOCUMENT "टेक्स्ट डॉक्यूमॅन्ट"
     STRING_NOTEPAD_AUTHORS "कॉपीराइट 1997,98 Marcel Baur, 2000 Mike McCormack, 
2002 Sylvain Petreolle, 2002 Andriy Palamarchuk\r\n"
diff --git a/base/applications/notepad/lang/hr-HR.rc 
b/base/applications/notepad/lang/hr-HR.rc
index 92eeafd4af5..4ec5d860647 100644
--- a/base/applications/notepad/lang/hr-HR.rc
+++ b/base/applications/notepad/lang/hr-HR.rc
@@ -173,6 +173,7 @@ zadatak.\nZatvorite jednu ili više aplikacija da 
povećate\nslobodnu memoriju."
     STRING_CR "Mac (CR)"
     STRING_LINE_COLUMN "Linija %d, Stupac %d"
     STRING_PRINTERROR "Ne mogu ispisati datoteku '%s'.\n\nProvjerite je li 
pisač uključen i je li pravilno konfiguiran."
+    STRING_DEFAULTFONT "Lucida Console"
 
     STRING_TEXT_DOCUMENT "Tekstni dokument"
     STRING_NOTEPAD_AUTHORS "Copyright 1997, 98 Marcel Baur, 2000 Mike 
McCormack, 2002 Sylvain Petreolle, 2002 Andriy Palamarchuk\r\n"
diff --git a/base/applications/notepad/lang/hu-HU.rc 
b/base/applications/notepad/lang/hu-HU.rc
index e23208079ff..cf257619dd9 100644
--- a/base/applications/notepad/lang/hu-HU.rc
+++ b/base/applications/notepad/lang/hu-HU.rc
@@ -167,6 +167,7 @@ Szeretné menteni a változásokat?"
     STRING_CR "Mac (CR)"
     STRING_LINE_COLUMN "Sor: %d, oszlop: %d"
     STRING_PRINTERROR "Nem sikerült kinyomtatni a következő fájlt: 
'%s'.\n\nEllenőrizze hogy a nyomtató be van-e kapcsolva és megfelelően van-e 
konfigurálva."
+    STRING_DEFAULTFONT "Lucida Console"
 
     STRING_TEXT_DOCUMENT "Szöveges dokumentum"
     STRING_NOTEPAD_AUTHORS "Copyright 1997,98 Marcel Baur, 2000 Mike 
McCormack, 2002 Sylvain Petreolle, 2002 Andriy Palamarchuk\r\n"
diff --git a/base/applications/notepad/lang/hy-AM.rc 
b/base/applications/notepad/lang/hy-AM.rc
index d14af947fd7..d6b34ddf072 100644
--- a/base/applications/notepad/lang/hy-AM.rc
+++ b/base/applications/notepad/lang/hy-AM.rc
@@ -166,6 +166,7 @@ Would you like to save the changes ?"
     STRING_CR "Մակինտոշ (CR)"
     STRING_LINE_COLUMN "Line %d, column %d"
     STRING_PRINTERROR "Cannot print the file '%s'.\n\nMake sure that the 
printer is turned on and is configured properly."
+    STRING_DEFAULTFONT "Lucida Console"
 
     STRING_TEXT_DOCUMENT "Text Document"
     STRING_NOTEPAD_AUTHORS "Copyright 1997,98 Marcel Baur, 2000 Mike 
McCormack, 2002 Sylvain Petreolle, 2002 Andriy Palamarchuk\r\n"
diff --git a/base/applications/notepad/lang/id-ID.rc 
b/base/applications/notepad/lang/id-ID.rc
index 594ddac068d..f080b0d01e9 100644
--- a/base/applications/notepad/lang/id-ID.rc
+++ b/base/applications/notepad/lang/id-ID.rc
@@ -167,6 +167,7 @@ bebas."
     STRING_CR "Mac (CR)"
     STRING_LINE_COLUMN "Baris %d, kolom %d"
     STRING_PRINTERROR "Tidak bisa mencetak '%s'.\n\nPastikan pencetak telah 
menyala dan bisa digunakan dengan benar."
+    STRING_DEFAULTFONT "Lucida Console"
 
     STRING_TEXT_DOCUMENT "Teks Dokumen"
     STRING_NOTEPAD_AUTHORS "Hak Cipta 1997,98 Marcel Baur, 2000 Mike 
McCormack, 2002 Sylvain Petreolle, 2002 Andriy Palamarchuk\r\n"
diff --git a/base/applications/notepad/lang/it-IT.rc 
b/base/applications/notepad/lang/it-IT.rc
index d06b07dceb9..03f5ce48fa0 100644
--- a/base/applications/notepad/lang/it-IT.rc
+++ b/base/applications/notepad/lang/it-IT.rc
@@ -167,6 +167,7 @@ di memoria libera."
     STRING_CR "Mac (CR)"
     STRING_LINE_COLUMN "Linea %d, colonna %d"
     STRING_PRINTERROR "Impossibile stampare il file '%s'.\n\nControllare che 
la stampante sia accesa e impostata correttamente."
+    STRING_DEFAULTFONT "Lucida Console"
 
     STRING_TEXT_DOCUMENT "Documento di testo"
     STRING_NOTEPAD_AUTHORS "Copyright 1997,98 Marcel Baur, 2000 Mike 
McCormack, 2002 Sylvain Petreolle, 2002 Andriy Palamarchuk\r\n"
diff --git a/base/applications/notepad/lang/ja-JP.rc 
b/base/applications/notepad/lang/ja-JP.rc
index 5b43cd0352e..3bddaac5438 100644
--- a/base/applications/notepad/lang/ja-JP.rc
+++ b/base/applications/notepad/lang/ja-JP.rc
@@ -167,6 +167,7 @@ BEGIN
     STRING_CR "Mac (CR)"
     STRING_LINE_COLUMN "%d 行、%d 列"
     STRING_PRINTERROR "ファイル '%s'を印刷できません。\n\nプリンタがオンになっていて、正しく設定されているか確認して下さい。"
+    STRING_DEFAULTFONT "MS ゴシック"
 
     STRING_TEXT_DOCUMENT "テキスト文書"
     STRING_NOTEPAD_AUTHORS "Copyright 1997,98 Marcel Baur, 2000 Mike 
McCormack, 2002 Sylvain Petreolle, 2002 Andriy Palamarchuk\r\n"
diff --git a/base/applications/notepad/lang/lt-LT.rc 
b/base/applications/notepad/lang/lt-LT.rc
index 040a66a6755..dd8baa3418e 100644
--- a/base/applications/notepad/lang/lt-LT.rc
+++ b/base/applications/notepad/lang/lt-LT.rc
@@ -166,6 +166,7 @@ Ar norite išsaugoti pakeitimus?"
     STRING_CR "Mac (CR)"
     STRING_LINE_COLUMN "Eilutė %d, stulpelis %d"
     STRING_PRINTERROR "Cannot print the file '%s'.\n\nMake sure that the 
printer is turned on and is configured properly."
+    STRING_DEFAULTFONT "Lucida Console"
 
     STRING_TEXT_DOCUMENT "Text Document"
     STRING_NOTEPAD_AUTHORS "(C) 1997,98 Marcel Baur, 2000 Mike McCormack, 2002 
Sylvain Petreolle, 2002 Andriy Palamarchuk\r\n"
diff --git a/base/applications/notepad/lang/ms-MY.rc 
b/base/applications/notepad/lang/ms-MY.rc
index 9674fdef67d..24b94da7ebd 100644
--- a/base/applications/notepad/lang/ms-MY.rc
+++ b/base/applications/notepad/lang/ms-MY.rc
@@ -168,6 +168,7 @@ tugas ini.\nTutup satu atau lebih aplikasi untuk menambah 
jumlah\ningatan kosong
     STRING_CR "Mac (CR)"
     STRING_LINE_COLUMN "Garisan %d, Kolum %d"
     STRING_PRINTERROR "Tidak boleh mencetak fail '%s'.\n\nPastikan pencetak 
dihidupkan dan dikonfigurasikan dengan betul."
+    STRING_DEFAULTFONT "Lucida Console"
 
     STRING_TEXT_DOCUMENT "Text Document"
     STRING_NOTEPAD_AUTHORS "Copyright 1997,98 Marcel Baur, 2000 Mike 
McCormack, 2002 Sylvain Petreolle, 2002 Andriy Palamarchuk\r\n"
diff --git a/base/applications/notepad/lang/nl-NL.rc 
b/base/applications/notepad/lang/nl-NL.rc
index a0ffe227096..cd1f4f4a3a6 100644
--- a/base/applications/notepad/lang/nl-NL.rc
+++ b/base/applications/notepad/lang/nl-NL.rc
@@ -166,6 +166,7 @@ Wilt u de wijzigingen opslaan?"
     STRING_CR "Mac (CR)"
     STRING_LINE_COLUMN "Line %d, column %d"
     STRING_PRINTERROR "Cannot print the file '%s'.\n\nMake sure that the 
printer is turned on and is configured properly."
+    STRING_DEFAULTFONT "Lucida Console"
 
     STRING_TEXT_DOCUMENT "Text Document"
     STRING_NOTEPAD_AUTHORS "Copyright 1997,98 Marcel Baur, 2000 Mike 
McCormack, 2002 Sylvain Petreolle, 2002 Andriy Palamarchuk\r\n"
diff --git a/base/applications/notepad/lang/no-NO.rc 
b/base/applications/notepad/lang/no-NO.rc
index b58fdf6b475..ab0b3fe71f8 100644
--- a/base/applications/notepad/lang/no-NO.rc
+++ b/base/applications/notepad/lang/no-NO.rc
@@ -167,6 +167,7 @@ minne."
     STRING_CR "Mac (CR)"
     STRING_LINE_COLUMN "Linje %d, kolonne %d"
     STRING_PRINTERROR "Cannot print the file '%s'.\n\nMake sure that the 
printer is turned on and is configured properly."
+    STRING_DEFAULTFONT "Lucida Console"
 
     STRING_TEXT_DOCUMENT "Text Document"
     STRING_NOTEPAD_AUTHORS "Enerett 1997,98 Marcel Baur, 2000 Mike McCormack, 
2002 Sylvain Petreolle, 2002 Andriy Palamarchuk\r\n"
diff --git a/base/applications/notepad/lang/pl-PL.rc 
b/base/applications/notepad/lang/pl-PL.rc
index 708ead6edfb..2ea5139af72 100644
--- a/base/applications/notepad/lang/pl-PL.rc
+++ b/base/applications/notepad/lang/pl-PL.rc
@@ -161,6 +161,7 @@ BEGIN
     STRING_CR "Mac (CR)"
     STRING_LINE_COLUMN "Linia %d, kolumna %d"
     STRING_PRINTERROR "Nie można wydrukować pliku '%s'.\n\nUpewnij się, że 
drukarka jest włączona i poprawnie skonfigurowana."
+    STRING_DEFAULTFONT "Lucida Console"
 
     STRING_TEXT_DOCUMENT "Dokument tekstowy"
     STRING_NOTEPAD_AUTHORS "Copyright 1997,98 Marcel Baur, 2000 Mike 
McCormack, 2002 Sylvain Petreolle, 2002 Andriy Palamarchuk\r\n"
diff --git a/base/applications/notepad/lang/pt-BR.rc 
b/base/applications/notepad/lang/pt-BR.rc
index 08f8714b570..a3012bf1ecc 100644
--- a/base/applications/notepad/lang/pt-BR.rc
+++ b/base/applications/notepad/lang/pt-BR.rc
@@ -166,6 +166,7 @@ tarefa.\nFeche uma ou mais aplicações para aumentar a 
quantidade de memória l
     STRING_CR "Mac (CR)"
     STRING_LINE_COLUMN "Linha %d, coluna %d"
     STRING_PRINTERROR "Cannot print the file '%s'.\n\nMake sure that the 
printer is turned on and is configured properly."
+    STRING_DEFAULTFONT "Lucida Console"
 
     STRING_TEXT_DOCUMENT "Text Document"
     STRING_NOTEPAD_AUTHORS "Copyright 1997,98 Marcel Baur, 2000 Mike 
McCormack, 2002 Sylvain Petreolle, 2002 Andriy Palamarchuk\r\n"
diff --git a/base/applications/notepad/lang/pt-PT.rc 
b/base/applications/notepad/lang/pt-PT.rc
index 857c587bcb2..3a15441d46b 100644
--- a/base/applications/notepad/lang/pt-PT.rc
+++ b/base/applications/notepad/lang/pt-PT.rc
@@ -166,6 +166,7 @@ tarefa.\nFeche uma ou mais aplicações para aumentar a 
quantidade de memória l
     STRING_CR "Mac (CR)"
     STRING_LINE_COLUMN "Linha %d, coluna %d"
     STRING_PRINTERROR "Impossível imprimir o ficheiro '%s'.\n\nCertifique-se 
de que a impressora está ligada e correctamente configurada."
+    STRING_DEFAULTFONT "Lucida Console"
 
     STRING_TEXT_DOCUMENT "Documento de texto"
     STRING_NOTEPAD_AUTHORS "Copyright 1997,98 Marcel Baur, 2000 Mike 
McCormack, 2002 Sylvain Petreolle, 2002 Andriy Palamarchuk\r\n"
diff --git a/base/applications/notepad/lang/ro-RO.rc 
b/base/applications/notepad/lang/ro-RO.rc
index cfe4487fe18..230c34a52b6 100644
--- a/base/applications/notepad/lang/ro-RO.rc
+++ b/base/applications/notepad/lang/ro-RO.rc
@@ -171,6 +171,7 @@ Păstrați modificările aduse?"
     STRING_CR "Mac (CR)"
     STRING_LINE_COLUMN "Linia %d, coloana %d"
     STRING_PRINTERROR "Fișierul „%s” nu a putut fi imprimat.\n\nAsigurați-vă 
că imprimanta este pornită și configurată corespunzător."
+    STRING_DEFAULTFONT "Lucida Console"
 
     STRING_TEXT_DOCUMENT "Document text"
     STRING_NOTEPAD_AUTHORS "Drept de autor 1997,98 Marcel Baur, 2000 Mike 
McCormack, 2002 Sylvain Petreolle, 2002 Andriy Palamarchuk\r\n"
diff --git a/base/applications/notepad/lang/ru-RU.rc 
b/base/applications/notepad/lang/ru-RU.rc
index c6c729b5fc9..916152413de 100644
--- a/base/applications/notepad/lang/ru-RU.rc
+++ b/base/applications/notepad/lang/ru-RU.rc
@@ -166,6 +166,7 @@ BEGIN
     STRING_CR "Macintosh (CR)"
     STRING_LINE_COLUMN "Строка %d, столбец %d"
     STRING_PRINTERROR "Невозможно распечатать файл '%s'.\n\nПроверьте, включен 
ли принтер, и настроен ли он правильно."
+    STRING_DEFAULTFONT "Lucida Console"
 
     STRING_TEXT_DOCUMENT "Текстовый документ"
     STRING_NOTEPAD_AUTHORS "Copyright 1997,98 Marcel Baur, 2000 Mike 
McCormack, 2002 Sylvain Petreolle, 2002 Andriy Palamarchuk\r\n"
diff --git a/base/applications/notepad/lang/sk-SK.rc 
b/base/applications/notepad/lang/sk-SK.rc
index 7a272f3fb41..0f5fc7ac423 100644
--- a/base/applications/notepad/lang/sk-SK.rc
+++ b/base/applications/notepad/lang/sk-SK.rc
@@ -174,6 +174,7 @@ alebo viac aplikácií, aby sa uvoľnila pamäť a skúste to 
znova."
     STRING_CR "Mac (CR)"
     STRING_LINE_COLUMN "Riadok %d, stĺpec %d"
     STRING_PRINTERROR "Cannot print the file '%s'.\n\nMake sure that the 
printer is turned on and is configured properly."
+    STRING_DEFAULTFONT "Lucida Console"
 
     STRING_TEXT_DOCUMENT "Text Document"
     STRING_NOTEPAD_AUTHORS "Copyright 1997,98 Marcel Baur, 2000 Mike 
McCormack, 2002 Sylvain Petreolle, 2002 Andriy Palamarchuk\r\n"
diff --git a/base/applications/notepad/lang/sl-SI.rc 
b/base/applications/notepad/lang/sl-SI.rc
index 5dacaf8b8a9..7cb591e0df3 100644
--- a/base/applications/notepad/lang/sl-SI.rc
+++ b/base/applications/notepad/lang/sl-SI.rc
@@ -166,6 +166,7 @@ operacijo.\nÈe ga želite sprostiti, konèajte enega ali veè 
programov in posk
     STRING_CR "Mac (CR)"
     STRING_LINE_COLUMN "Line %d, column %d"
     STRING_PRINTERROR "Cannot print the file '%s'.\n\nMake sure that the 
printer is turned on and is configured properly."
+    STRING_DEFAULTFONT "Lucida Console"
 
     STRING_TEXT_DOCUMENT "Text Document"
     STRING_NOTEPAD_AUTHORS "Copyright 1997,98 Marcel Baur, 2000 Mike 
McCormack, 2002 Sylvain Petreolle, 2002 Andriy Palamarchuk\r\n"
diff --git a/base/applications/notepad/lang/sq-AL.rc 
b/base/applications/notepad/lang/sq-AL.rc
index 82c55454577..3381c59ffbe 100644
--- a/base/applications/notepad/lang/sq-AL.rc
+++ b/base/applications/notepad/lang/sq-AL.rc
@@ -170,6 +170,7 @@ detyrë.\nMbyll nje ose me shume programe te rrisesh shumën 
e\nmemories."
     STRING_CR "Mac (CR)"
     STRING_LINE_COLUMN "Linje %d, kolonë %d"
     STRING_PRINTERROR "Cannot print the file '%s'.\n\nMake sure that the 
printer is turned on and is configured properly."
+    STRING_DEFAULTFONT "Lucida Console"
 
     STRING_TEXT_DOCUMENT "Text Document"
     STRING_NOTEPAD_AUTHORS "Copyright 1997,98 Marcel Baur, 2000 Mike 
McCormack, 2002 Sylvain Petreolle, 2002 Andriy Palamarchuk\r\n"
diff --git a/base/applications/notepad/lang/sv-SE.rc 
b/base/applications/notepad/lang/sv-SE.rc
index 49160f0fc62..8f124547918 100644
--- a/base/applications/notepad/lang/sv-SE.rc
+++ b/base/applications/notepad/lang/sv-SE.rc
@@ -166,6 +166,7 @@ den här åtgärden.\nAvsluta ett eller flera program för att 
frigöra mer minn
     STRING_CR "Mac (CR)"
     STRING_LINE_COLUMN "Line %d, column %d"
     STRING_PRINTERROR "Cannot print the file '%s'.\n\nMake sure that the 
printer is turned on and is configured properly."
+    STRING_DEFAULTFONT "Lucida Console"
 
     STRING_TEXT_DOCUMENT "Text Document"
     STRING_NOTEPAD_AUTHORS "Copyright 1997,98 Marcel Baur, 2000 Mike 
McCormack, 2002 Sylvain Petreolle, 2002 Andriy Palamarchuk\r\n"
diff --git a/base/applications/notepad/lang/th-TH.rc 
b/base/applications/notepad/lang/th-TH.rc
index ac24b8d2d5e..b59aeffba94 100644
--- a/base/applications/notepad/lang/th-TH.rc
+++ b/base/applications/notepad/lang/th-TH.rc
@@ -161,6 +161,7 @@ BEGIN
     STRING_CR "Mac (CR)"
     STRING_LINE_COLUMN "Line %d, column %d"
     STRING_PRINTERROR "Cannot print the file '%s'.\n\nMake sure that the 
printer is turned on and is configured properly."
+    STRING_DEFAULTFONT "Lucida Console"
 
     STRING_TEXT_DOCUMENT "Text Document"
     STRING_NOTEPAD_AUTHORS "Copyright 1997,98 Marcel Baur, 2000 Mike 
McCormack, 2002 Sylvain Petreolle, 2002 Andriy Palamarchuk\r\n"
diff --git a/base/applications/notepad/lang/tr-TR.rc 
b/base/applications/notepad/lang/tr-TR.rc
index 5a862b887c0..1485fa6c107 100644
--- a/base/applications/notepad/lang/tr-TR.rc
+++ b/base/applications/notepad/lang/tr-TR.rc
@@ -164,6 +164,7 @@ BEGIN
     STRING_CR "Mac (CR)"
     STRING_LINE_COLUMN "%d. Satır, %d. Sütun"
     STRING_PRINTERROR """%s"" dosyası yazdırılamıyor.\n\nYazıcının açık 
olduğundan ve doğru yapılandırıldığından emin olunuz."
+    STRING_DEFAULTFONT "Lucida Console"
 
     STRING_TEXT_DOCUMENT "Metin Belgesi"
     STRING_NOTEPAD_AUTHORS "Telif Hakları: 1997,98 Marcel Baur, 2000 Mike 
McCormack, 2002 Sylvain Petreolle, 2002 Andriy Palamarchuk\r\n"
diff --git a/base/applications/notepad/lang/uk-UA.rc 
b/base/applications/notepad/lang/uk-UA.rc
index a46758205ab..312dbd390c9 100644
--- a/base/applications/notepad/lang/uk-UA.rc
+++ b/base/applications/notepad/lang/uk-UA.rc
@@ -166,6 +166,7 @@ BEGIN
     STRING_CR "Mac (CR)"
     STRING_LINE_COLUMN "Рядок %d, стовпчик %d"
     STRING_PRINTERROR "Неможливо розпечатати файл '%s'.\n\nПереконайтесь, що 
принтер ввімкнено, та налаштовано."
+    STRING_DEFAULTFONT "Lucida Console"
 
     STRING_TEXT_DOCUMENT "Текстовий документ"
     STRING_NOTEPAD_AUTHORS "Copyright 1997,98 Marcel Baur, 2000 Mike 
McCormack, 2002 Sylvain Petreolle, 2002 Andriy Palamarchuk\r\n"
diff --git a/base/applications/notepad/lang/uz-UZ.rc 
b/base/applications/notepad/lang/uz-UZ.rc
index abc5f6088ce..0ed6903c641 100644
--- a/base/applications/notepad/lang/uz-UZ.rc
+++ b/base/applications/notepad/lang/uz-UZ.rc
@@ -166,6 +166,7 @@ O‘zgarishlarni saqlashni istaysizmi?"
     STRING_CR "Macintosh (CR)"
     STRING_LINE_COLUMN "Qator %d, Ustun %d"
     STRING_PRINTERROR "Cannot print the file '%s'.\n\nMake sure that the 
printer is turned on and is configured properly."
+    STRING_DEFAULTFONT "Lucida Console"
 
     STRING_TEXT_DOCUMENT "Text Document"
     STRING_NOTEPAD_AUTHORS "Copyright 1997,98 Marcel Baur, 2000 Mike 
McCormack, 2002 Sylvain Petreolle, 2002 Andriy Palamarchuk\r\n"
diff --git a/base/applications/notepad/lang/zh-CN.rc 
b/base/applications/notepad/lang/zh-CN.rc
index 5b02a2fd733..53ce5d64653 100644
--- a/base/applications/notepad/lang/zh-CN.rc
+++ b/base/applications/notepad/lang/zh-CN.rc
@@ -174,6 +174,7 @@ BEGIN
     STRING_CR "Mac(CR)"
     STRING_LINE_COLUMN "行 %d,列 %d"
     STRING_PRINTERROR "无法打印文件“%s”。\n\n请确保打印机已打开,并且已正确配置。"
+    STRING_DEFAULTFONT "宋体"
 
     STRING_TEXT_DOCUMENT "文本文档"
     STRING_NOTEPAD_AUTHORS "版权所有 1997,98 Marcel Baur, 2000 Mike McCormack, 
2002 Sylvain Petreolle, 2002 Andriy Palamarchuk\r\n"
diff --git a/base/applications/notepad/lang/zh-HK.rc 
b/base/applications/notepad/lang/zh-HK.rc
index c5e455fa877..f8a42cc9ee9 100644
--- a/base/applications/notepad/lang/zh-HK.rc
+++ b/base/applications/notepad/lang/zh-HK.rc
@@ -175,6 +175,7 @@ BEGIN
     STRING_LINE_COLUMN "第 %d 行,第 %d 字元"
     STRING_PRINTERROR "檔案「%s」列印失敗。\n\
 請檢查印表機是否已經開機及正確設定。"
+    STRING_DEFAULTFONT "新細明體"
 
     STRING_TEXT_DOCUMENT "純文字檔案"
     STRING_NOTEPAD_AUTHORS "Copyright 1997,98 Marcel Baur, 2000 Mike 
McCormack, 2002 Sylvain Petreolle, 2002 Andriy Palamarchuk\r\n"
diff --git a/base/applications/notepad/lang/zh-TW.rc 
b/base/applications/notepad/lang/zh-TW.rc
index 2cae1d75fd9..4e0c36cdab3 100644
--- a/base/applications/notepad/lang/zh-TW.rc
+++ b/base/applications/notepad/lang/zh-TW.rc
@@ -174,6 +174,7 @@ BEGIN
     STRING_CR "Mac (CR)"
     STRING_LINE_COLUMN "第 %d 行,第 %d 字元"
     STRING_PRINTERROR "檔案「%s」列印失敗。\n\n請檢查印表機是否已經開機和正確設定。"
+    STRING_DEFAULTFONT "新細明體"
 
     STRING_TEXT_DOCUMENT "純文字檔案"
     STRING_NOTEPAD_AUTHORS "Copyright 1997,98 Marcel Baur, 2000 Mike 
McCormack, 2002 Sylvain Petreolle, 2002 Andriy Palamarchuk\r\n"
diff --git a/base/applications/notepad/notepad_res.h 
b/base/applications/notepad/notepad_res.h
index 7b463383dc8..c4556771b2e 100644
--- a/base/applications/notepad/notepad_res.h
+++ b/base/applications/notepad/notepad_res.h
@@ -100,6 +100,7 @@
 
 #define STRING_LINE_COLUMN 0x188
 #define STRING_PRINTERROR  0x189
+#define STRING_DEFAULTFONT 0x18A
 
 #define STRING_TEXT_DOCUMENT  0x200
 
diff --git a/base/applications/notepad/settings.c 
b/base/applications/notepad/settings.c
index 40d8a9e7c67..fcbcf0300b1 100644
--- a/base/applications/notepad/settings.c
+++ b/base/applications/notepad/settings.c
@@ -186,7 +186,8 @@ void NOTEPAD_LoadSettingsFromRegistry(void)
         Globals.lfFont.lfCharSet = ANSI_CHARSET;
         Globals.lfFont.lfClipPrecision = CLIP_STROKE_PRECIS;
         Globals.lfFont.lfEscapement = 0;
-        _tcscpy(Globals.lfFont.lfFaceName, _T("Lucida Console"));
+        LoadString(Globals.hInstance, STRING_DEFAULTFONT, 
Globals.lfFont.lfFaceName,
+                   ARRAY_SIZE(Globals.lfFont.lfFaceName));
         Globals.lfFont.lfItalic = FALSE;
         Globals.lfFont.lfOrientation = 0;
         Globals.lfFont.lfOutPrecision = OUT_STRING_PRECIS;

Reply via email to