From: Amine Khaldi Date: Sun, 29 Nov 2015 17:53:09 +0000 (+0000) Subject: [FDEBUG] Add an application manifest and change the window title from to "FreeLoader... X-Git-Tag: ReactOS-0.4.0~59^2~116 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=f9e53e90dfa36a5a4f91bb8cf1b6b5b23a869313 [FDEBUG] Add an application manifest and change the window title from to "FreeLoader Debugger". By Ricardo Hanke. CORE-10410 svn path=/trunk/; revision=70205 --- diff --git a/reactos/boot/freeldr/fdebug/fdebug.rc b/reactos/boot/freeldr/fdebug/fdebug.rc index 947f8f3644c..fc71f18891f 100644 --- a/reactos/boot/freeldr/fdebug/fdebug.rc +++ b/reactos/boot/freeldr/fdebug/fdebug.rc @@ -7,6 +7,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US IDI_FDEBUG ICON "fdebug.ico" +#include + /* UTF-8 */ #pragma code_page(65001) diff --git a/reactos/boot/freeldr/fdebug/lang/bg-BG.rc b/reactos/boot/freeldr/fdebug/lang/bg-BG.rc index 8b25b8abf99..08903cf64ea 100644 --- a/reactos/boot/freeldr/fdebug/lang/bg-BG.rc +++ b/reactos/boot/freeldr/fdebug/lang/bg-BG.rc @@ -72,7 +72,7 @@ END STRINGTABLE BEGIN - IDS_APP_TITLE "fdebug" + IDS_APP_TITLE "FreeLoader Debugger" IDS_HELLO "Здравей, свят!" IDC_FDEBUG "FDEBUG" END diff --git a/reactos/boot/freeldr/fdebug/lang/cs-CZ.rc b/reactos/boot/freeldr/fdebug/lang/cs-CZ.rc index 9c675add654..def85dcffbf 100644 --- a/reactos/boot/freeldr/fdebug/lang/cs-CZ.rc +++ b/reactos/boot/freeldr/fdebug/lang/cs-CZ.rc @@ -77,7 +77,7 @@ END STRINGTABLE BEGIN - IDS_APP_TITLE "fdebug" + IDS_APP_TITLE "FreeLoader Debugger" IDS_HELLO "Hello World!" IDC_FDEBUG "FDEBUG" END diff --git a/reactos/boot/freeldr/fdebug/lang/de-DE.rc b/reactos/boot/freeldr/fdebug/lang/de-DE.rc index 42a95e2e19c..fe99571a9bd 100644 --- a/reactos/boot/freeldr/fdebug/lang/de-DE.rc +++ b/reactos/boot/freeldr/fdebug/lang/de-DE.rc @@ -74,7 +74,7 @@ END STRINGTABLE BEGIN - IDS_APP_TITLE "fdebug" + IDS_APP_TITLE "FreeLoader Debugger" IDS_HELLO "Hello World!" IDC_FDEBUG "FDEBUG" END diff --git a/reactos/boot/freeldr/fdebug/lang/el-GR.rc b/reactos/boot/freeldr/fdebug/lang/el-GR.rc index 61b752346bc..837a619aae6 100644 --- a/reactos/boot/freeldr/fdebug/lang/el-GR.rc +++ b/reactos/boot/freeldr/fdebug/lang/el-GR.rc @@ -72,7 +72,7 @@ END STRINGTABLE BEGIN - IDS_APP_TITLE "fdebug" + IDS_APP_TITLE "FreeLoader Debugger" IDS_HELLO "Hello World!" IDC_FDEBUG "FDEBUG" END diff --git a/reactos/boot/freeldr/fdebug/lang/en-US.rc b/reactos/boot/freeldr/fdebug/lang/en-US.rc index f6f87069989..a08bf5c20e9 100644 --- a/reactos/boot/freeldr/fdebug/lang/en-US.rc +++ b/reactos/boot/freeldr/fdebug/lang/en-US.rc @@ -72,7 +72,7 @@ END STRINGTABLE BEGIN - IDS_APP_TITLE "fdebug" + IDS_APP_TITLE "FreeLoader Debugger" IDS_HELLO "Hello World!" IDC_FDEBUG "FDEBUG" END diff --git a/reactos/boot/freeldr/fdebug/lang/es-ES.rc b/reactos/boot/freeldr/fdebug/lang/es-ES.rc index 08013df8c49..72f5a731397 100644 --- a/reactos/boot/freeldr/fdebug/lang/es-ES.rc +++ b/reactos/boot/freeldr/fdebug/lang/es-ES.rc @@ -74,7 +74,7 @@ END STRINGTABLE BEGIN - IDS_APP_TITLE "fdebug" + IDS_APP_TITLE "FreeLoader Debugger" IDS_HELLO "Hola mundo" IDC_FDEBUG "FDEBUG" END diff --git a/reactos/boot/freeldr/fdebug/lang/fr-FR.rc b/reactos/boot/freeldr/fdebug/lang/fr-FR.rc index 0bf60af9be7..2eed219634a 100644 --- a/reactos/boot/freeldr/fdebug/lang/fr-FR.rc +++ b/reactos/boot/freeldr/fdebug/lang/fr-FR.rc @@ -72,7 +72,7 @@ END STRINGTABLE BEGIN - IDS_APP_TITLE "fdebug" + IDS_APP_TITLE "FreeLoader Debugger" IDS_HELLO "Hello World!" IDC_FDEBUG "FDEBUG" END diff --git a/reactos/boot/freeldr/fdebug/lang/hu-HU.rc b/reactos/boot/freeldr/fdebug/lang/hu-HU.rc index 49a3660618e..e0963c6843e 100644 --- a/reactos/boot/freeldr/fdebug/lang/hu-HU.rc +++ b/reactos/boot/freeldr/fdebug/lang/hu-HU.rc @@ -74,7 +74,7 @@ END STRINGTABLE BEGIN - IDS_APP_TITLE "fdebug" + IDS_APP_TITLE "FreeLoader Debugger" IDS_HELLO "Hellóka!" IDC_FDEBUG "FDEBUG" END diff --git a/reactos/boot/freeldr/fdebug/lang/id-ID.rc b/reactos/boot/freeldr/fdebug/lang/id-ID.rc index a26bc4e8bde..9ae1ac111ca 100644 --- a/reactos/boot/freeldr/fdebug/lang/id-ID.rc +++ b/reactos/boot/freeldr/fdebug/lang/id-ID.rc @@ -74,7 +74,7 @@ END STRINGTABLE BEGIN - IDS_APP_TITLE "fdebug" + IDS_APP_TITLE "FreeLoader Debugger" IDS_HELLO "Halo Dunia!" IDC_FDEBUG "FDEBUG" END diff --git a/reactos/boot/freeldr/fdebug/lang/it-IT.rc b/reactos/boot/freeldr/fdebug/lang/it-IT.rc index 2ae1b130cdf..6411866ae14 100644 --- a/reactos/boot/freeldr/fdebug/lang/it-IT.rc +++ b/reactos/boot/freeldr/fdebug/lang/it-IT.rc @@ -74,7 +74,7 @@ END STRINGTABLE BEGIN - IDS_APP_TITLE "fdebug" + IDS_APP_TITLE "FreeLoader Debugger" IDS_HELLO "Hello World!" IDC_FDEBUG "FDEBUG" END diff --git a/reactos/boot/freeldr/fdebug/lang/ja-JP.rc b/reactos/boot/freeldr/fdebug/lang/ja-JP.rc index d7e29ff41d0..3970415a3eb 100644 --- a/reactos/boot/freeldr/fdebug/lang/ja-JP.rc +++ b/reactos/boot/freeldr/fdebug/lang/ja-JP.rc @@ -72,7 +72,7 @@ END STRINGTABLE BEGIN - IDS_APP_TITLE "fdebug" + IDS_APP_TITLE "FreeLoader Debugger" IDS_HELLO "Hello World!" IDC_FDEBUG "FDEBUG" END diff --git a/reactos/boot/freeldr/fdebug/lang/no-NO.rc b/reactos/boot/freeldr/fdebug/lang/no-NO.rc index 254e70945c0..5b09f2d5df1 100644 --- a/reactos/boot/freeldr/fdebug/lang/no-NO.rc +++ b/reactos/boot/freeldr/fdebug/lang/no-NO.rc @@ -72,7 +72,7 @@ END STRINGTABLE BEGIN - IDS_APP_TITLE "fdebug" + IDS_APP_TITLE "FreeLoader Debugger" IDS_HELLO "Hei verden!" IDC_FDEBUG "FDEBUG" END diff --git a/reactos/boot/freeldr/fdebug/lang/pl-PL.rc b/reactos/boot/freeldr/fdebug/lang/pl-PL.rc index 80b499f8a24..8dcadc6c497 100644 --- a/reactos/boot/freeldr/fdebug/lang/pl-PL.rc +++ b/reactos/boot/freeldr/fdebug/lang/pl-PL.rc @@ -74,7 +74,7 @@ END STRINGTABLE BEGIN - IDS_APP_TITLE "fdebug" + IDS_APP_TITLE "FreeLoader Debugger" IDS_HELLO "Hello World!" IDC_FDEBUG "FDEBUG" END diff --git a/reactos/boot/freeldr/fdebug/lang/ro-RO.rc b/reactos/boot/freeldr/fdebug/lang/ro-RO.rc index 5124da89b56..bc160e4ab94 100644 --- a/reactos/boot/freeldr/fdebug/lang/ro-RO.rc +++ b/reactos/boot/freeldr/fdebug/lang/ro-RO.rc @@ -74,7 +74,7 @@ END STRINGTABLE BEGIN - IDS_APP_TITLE "fdebug" + IDS_APP_TITLE "FreeLoader Debugger" IDS_HELLO "Salut, lume!" IDC_FDEBUG "FDEBUG" END diff --git a/reactos/boot/freeldr/fdebug/lang/ru-RU.rc b/reactos/boot/freeldr/fdebug/lang/ru-RU.rc index 286ca067ac0..c8f7ed47105 100644 --- a/reactos/boot/freeldr/fdebug/lang/ru-RU.rc +++ b/reactos/boot/freeldr/fdebug/lang/ru-RU.rc @@ -74,7 +74,7 @@ END STRINGTABLE BEGIN - IDS_APP_TITLE "fdebug" + IDS_APP_TITLE "FreeLoader Debugger" IDS_HELLO "Привет мир!" IDC_FDEBUG "FDEBUG" END diff --git a/reactos/boot/freeldr/fdebug/lang/sk-SK.rc b/reactos/boot/freeldr/fdebug/lang/sk-SK.rc index cdf2cf7ac89..bdb56fe7706 100644 --- a/reactos/boot/freeldr/fdebug/lang/sk-SK.rc +++ b/reactos/boot/freeldr/fdebug/lang/sk-SK.rc @@ -74,7 +74,7 @@ END STRINGTABLE BEGIN - IDS_APP_TITLE "fdebug" + IDS_APP_TITLE "FreeLoader Debugger" IDS_HELLO "Hello World!" IDC_FDEBUG "FDEBUG" END diff --git a/reactos/boot/freeldr/fdebug/lang/sq-AL.rc b/reactos/boot/freeldr/fdebug/lang/sq-AL.rc index c41b85611b1..a38a2f08ff9 100644 --- a/reactos/boot/freeldr/fdebug/lang/sq-AL.rc +++ b/reactos/boot/freeldr/fdebug/lang/sq-AL.rc @@ -76,7 +76,7 @@ END STRINGTABLE BEGIN - IDS_APP_TITLE "fdebug" + IDS_APP_TITLE "FreeLoader Debugger" IDS_HELLO "Hello World!" IDC_FDEBUG "FDEBUG" END diff --git a/reactos/boot/freeldr/fdebug/lang/uk-UA.rc b/reactos/boot/freeldr/fdebug/lang/uk-UA.rc index 7d066149ee3..f7817c860ba 100644 --- a/reactos/boot/freeldr/fdebug/lang/uk-UA.rc +++ b/reactos/boot/freeldr/fdebug/lang/uk-UA.rc @@ -72,7 +72,7 @@ END STRINGTABLE BEGIN - IDS_APP_TITLE "fdebug" + IDS_APP_TITLE "FreeLoader Debugger" IDS_HELLO "Привіт Світ!" IDC_FDEBUG "FDEBUG" END