Author: akhaldi
Date: Sun Nov 29 17:53:09 2015
New Revision: 70205
URL:
http://svn.reactos.org/svn/reactos?rev=70205&view=rev
Log:
[FDEBUG] Add an application manifest and change the window title from to "FreeLoader
Debugger". By Ricardo Hanke. CORE-10410
Modified:
trunk/reactos/boot/freeldr/fdebug/fdebug.rc
trunk/reactos/boot/freeldr/fdebug/lang/bg-BG.rc
trunk/reactos/boot/freeldr/fdebug/lang/cs-CZ.rc
trunk/reactos/boot/freeldr/fdebug/lang/de-DE.rc
trunk/reactos/boot/freeldr/fdebug/lang/el-GR.rc
trunk/reactos/boot/freeldr/fdebug/lang/en-US.rc
trunk/reactos/boot/freeldr/fdebug/lang/es-ES.rc
trunk/reactos/boot/freeldr/fdebug/lang/fr-FR.rc
trunk/reactos/boot/freeldr/fdebug/lang/hu-HU.rc
trunk/reactos/boot/freeldr/fdebug/lang/id-ID.rc
trunk/reactos/boot/freeldr/fdebug/lang/it-IT.rc
trunk/reactos/boot/freeldr/fdebug/lang/ja-JP.rc
trunk/reactos/boot/freeldr/fdebug/lang/no-NO.rc
trunk/reactos/boot/freeldr/fdebug/lang/pl-PL.rc
trunk/reactos/boot/freeldr/fdebug/lang/ro-RO.rc
trunk/reactos/boot/freeldr/fdebug/lang/ru-RU.rc
trunk/reactos/boot/freeldr/fdebug/lang/sk-SK.rc
trunk/reactos/boot/freeldr/fdebug/lang/sq-AL.rc
trunk/reactos/boot/freeldr/fdebug/lang/uk-UA.rc
Modified: trunk/reactos/boot/freeldr/fdebug/fdebug.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/fdebug/fdebug…
==============================================================================
--- trunk/reactos/boot/freeldr/fdebug/fdebug.rc [iso-8859-1] (original)
+++ trunk/reactos/boot/freeldr/fdebug/fdebug.rc [iso-8859-1] Sun Nov 29 17:53:09 2015
@@ -6,6 +6,8 @@
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
IDI_FDEBUG ICON "fdebug.ico"
+
+#include <reactos/manifest_exe.rc>
/* UTF-8 */
#pragma code_page(65001)
Modified: trunk/reactos/boot/freeldr/fdebug/lang/bg-BG.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/fdebug/lang/b…
==============================================================================
--- trunk/reactos/boot/freeldr/fdebug/lang/bg-BG.rc [iso-8859-1] (original)
+++ trunk/reactos/boot/freeldr/fdebug/lang/bg-BG.rc [iso-8859-1] Sun Nov 29 17:53:09 2015
@@ -72,7 +72,7 @@
STRINGTABLE
BEGIN
- IDS_APP_TITLE "fdebug"
+ IDS_APP_TITLE "FreeLoader Debugger"
IDS_HELLO "ÐдÑавей, ÑвÑÑ!"
IDC_FDEBUG "FDEBUG"
END
Modified: trunk/reactos/boot/freeldr/fdebug/lang/cs-CZ.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/fdebug/lang/c…
==============================================================================
--- trunk/reactos/boot/freeldr/fdebug/lang/cs-CZ.rc [iso-8859-1] (original)
+++ trunk/reactos/boot/freeldr/fdebug/lang/cs-CZ.rc [iso-8859-1] Sun Nov 29 17:53:09 2015
@@ -77,7 +77,7 @@
STRINGTABLE
BEGIN
- IDS_APP_TITLE "fdebug"
+ IDS_APP_TITLE "FreeLoader Debugger"
IDS_HELLO "Hello World!"
IDC_FDEBUG "FDEBUG"
END
Modified: trunk/reactos/boot/freeldr/fdebug/lang/de-DE.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/fdebug/lang/d…
==============================================================================
--- trunk/reactos/boot/freeldr/fdebug/lang/de-DE.rc [iso-8859-1] (original)
+++ trunk/reactos/boot/freeldr/fdebug/lang/de-DE.rc [iso-8859-1] Sun Nov 29 17:53:09 2015
@@ -74,7 +74,7 @@
STRINGTABLE
BEGIN
- IDS_APP_TITLE "fdebug"
+ IDS_APP_TITLE "FreeLoader Debugger"
IDS_HELLO "Hello World!"
IDC_FDEBUG "FDEBUG"
END
Modified: trunk/reactos/boot/freeldr/fdebug/lang/el-GR.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/fdebug/lang/e…
==============================================================================
--- trunk/reactos/boot/freeldr/fdebug/lang/el-GR.rc [iso-8859-1] (original)
+++ trunk/reactos/boot/freeldr/fdebug/lang/el-GR.rc [iso-8859-1] Sun Nov 29 17:53:09 2015
@@ -72,7 +72,7 @@
STRINGTABLE
BEGIN
- IDS_APP_TITLE "fdebug"
+ IDS_APP_TITLE "FreeLoader Debugger"
IDS_HELLO "Hello World!"
IDC_FDEBUG "FDEBUG"
END
Modified: trunk/reactos/boot/freeldr/fdebug/lang/en-US.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/fdebug/lang/e…
==============================================================================
--- trunk/reactos/boot/freeldr/fdebug/lang/en-US.rc [iso-8859-1] (original)
+++ trunk/reactos/boot/freeldr/fdebug/lang/en-US.rc [iso-8859-1] Sun Nov 29 17:53:09 2015
@@ -72,7 +72,7 @@
STRINGTABLE
BEGIN
- IDS_APP_TITLE "fdebug"
+ IDS_APP_TITLE "FreeLoader Debugger"
IDS_HELLO "Hello World!"
IDC_FDEBUG "FDEBUG"
END
Modified: trunk/reactos/boot/freeldr/fdebug/lang/es-ES.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/fdebug/lang/e…
==============================================================================
--- trunk/reactos/boot/freeldr/fdebug/lang/es-ES.rc [iso-8859-1] (original)
+++ trunk/reactos/boot/freeldr/fdebug/lang/es-ES.rc [iso-8859-1] Sun Nov 29 17:53:09 2015
@@ -74,7 +74,7 @@
STRINGTABLE
BEGIN
- IDS_APP_TITLE "fdebug"
+ IDS_APP_TITLE "FreeLoader Debugger"
IDS_HELLO "Hola mundo"
IDC_FDEBUG "FDEBUG"
END
Modified: trunk/reactos/boot/freeldr/fdebug/lang/fr-FR.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/fdebug/lang/f…
==============================================================================
--- trunk/reactos/boot/freeldr/fdebug/lang/fr-FR.rc [iso-8859-1] (original)
+++ trunk/reactos/boot/freeldr/fdebug/lang/fr-FR.rc [iso-8859-1] Sun Nov 29 17:53:09 2015
@@ -72,7 +72,7 @@
STRINGTABLE
BEGIN
- IDS_APP_TITLE "fdebug"
+ IDS_APP_TITLE "FreeLoader Debugger"
IDS_HELLO "Hello World!"
IDC_FDEBUG "FDEBUG"
END
Modified: trunk/reactos/boot/freeldr/fdebug/lang/hu-HU.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/fdebug/lang/h…
==============================================================================
--- trunk/reactos/boot/freeldr/fdebug/lang/hu-HU.rc [iso-8859-1] (original)
+++ trunk/reactos/boot/freeldr/fdebug/lang/hu-HU.rc [iso-8859-1] Sun Nov 29 17:53:09 2015
@@ -74,7 +74,7 @@
STRINGTABLE
BEGIN
- IDS_APP_TITLE "fdebug"
+ IDS_APP_TITLE "FreeLoader Debugger"
IDS_HELLO "Hellóka!"
IDC_FDEBUG "FDEBUG"
END
Modified: trunk/reactos/boot/freeldr/fdebug/lang/id-ID.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/fdebug/lang/i…
==============================================================================
--- trunk/reactos/boot/freeldr/fdebug/lang/id-ID.rc [iso-8859-1] (original)
+++ trunk/reactos/boot/freeldr/fdebug/lang/id-ID.rc [iso-8859-1] Sun Nov 29 17:53:09 2015
@@ -74,7 +74,7 @@
STRINGTABLE
BEGIN
- IDS_APP_TITLE "fdebug"
+ IDS_APP_TITLE "FreeLoader Debugger"
IDS_HELLO "Halo Dunia!"
IDC_FDEBUG "FDEBUG"
END
Modified: trunk/reactos/boot/freeldr/fdebug/lang/it-IT.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/fdebug/lang/i…
==============================================================================
--- trunk/reactos/boot/freeldr/fdebug/lang/it-IT.rc [iso-8859-1] (original)
+++ trunk/reactos/boot/freeldr/fdebug/lang/it-IT.rc [iso-8859-1] Sun Nov 29 17:53:09 2015
@@ -74,7 +74,7 @@
STRINGTABLE
BEGIN
- IDS_APP_TITLE "fdebug"
+ IDS_APP_TITLE "FreeLoader Debugger"
IDS_HELLO "Hello World!"
IDC_FDEBUG "FDEBUG"
END
Modified: trunk/reactos/boot/freeldr/fdebug/lang/ja-JP.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/fdebug/lang/j…
==============================================================================
--- trunk/reactos/boot/freeldr/fdebug/lang/ja-JP.rc [iso-8859-1] (original)
+++ trunk/reactos/boot/freeldr/fdebug/lang/ja-JP.rc [iso-8859-1] Sun Nov 29 17:53:09 2015
@@ -72,7 +72,7 @@
STRINGTABLE
BEGIN
- IDS_APP_TITLE "fdebug"
+ IDS_APP_TITLE "FreeLoader Debugger"
IDS_HELLO "Hello World!"
IDC_FDEBUG "FDEBUG"
END
Modified: trunk/reactos/boot/freeldr/fdebug/lang/no-NO.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/fdebug/lang/n…
==============================================================================
--- trunk/reactos/boot/freeldr/fdebug/lang/no-NO.rc [iso-8859-1] (original)
+++ trunk/reactos/boot/freeldr/fdebug/lang/no-NO.rc [iso-8859-1] Sun Nov 29 17:53:09 2015
@@ -72,7 +72,7 @@
STRINGTABLE
BEGIN
- IDS_APP_TITLE "fdebug"
+ IDS_APP_TITLE "FreeLoader Debugger"
IDS_HELLO "Hei verden!"
IDC_FDEBUG "FDEBUG"
END
Modified: trunk/reactos/boot/freeldr/fdebug/lang/pl-PL.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/fdebug/lang/p…
==============================================================================
--- trunk/reactos/boot/freeldr/fdebug/lang/pl-PL.rc [iso-8859-1] (original)
+++ trunk/reactos/boot/freeldr/fdebug/lang/pl-PL.rc [iso-8859-1] Sun Nov 29 17:53:09 2015
@@ -74,7 +74,7 @@
STRINGTABLE
BEGIN
- IDS_APP_TITLE "fdebug"
+ IDS_APP_TITLE "FreeLoader Debugger"
IDS_HELLO "Hello World!"
IDC_FDEBUG "FDEBUG"
END
Modified: trunk/reactos/boot/freeldr/fdebug/lang/ro-RO.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/fdebug/lang/r…
==============================================================================
--- trunk/reactos/boot/freeldr/fdebug/lang/ro-RO.rc [iso-8859-1] (original)
+++ trunk/reactos/boot/freeldr/fdebug/lang/ro-RO.rc [iso-8859-1] Sun Nov 29 17:53:09 2015
@@ -74,7 +74,7 @@
STRINGTABLE
BEGIN
- IDS_APP_TITLE "fdebug"
+ IDS_APP_TITLE "FreeLoader Debugger"
IDS_HELLO "Salut, lume!"
IDC_FDEBUG "FDEBUG"
END
Modified: trunk/reactos/boot/freeldr/fdebug/lang/ru-RU.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/fdebug/lang/r…
==============================================================================
--- trunk/reactos/boot/freeldr/fdebug/lang/ru-RU.rc [iso-8859-1] (original)
+++ trunk/reactos/boot/freeldr/fdebug/lang/ru-RU.rc [iso-8859-1] Sun Nov 29 17:53:09 2015
@@ -74,7 +74,7 @@
STRINGTABLE
BEGIN
- IDS_APP_TITLE "fdebug"
+ IDS_APP_TITLE "FreeLoader Debugger"
IDS_HELLO "ÐÑÐ¸Ð²ÐµÑ Ð¼Ð¸Ñ!"
IDC_FDEBUG "FDEBUG"
END
Modified: trunk/reactos/boot/freeldr/fdebug/lang/sk-SK.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/fdebug/lang/s…
==============================================================================
--- trunk/reactos/boot/freeldr/fdebug/lang/sk-SK.rc [iso-8859-1] (original)
+++ trunk/reactos/boot/freeldr/fdebug/lang/sk-SK.rc [iso-8859-1] Sun Nov 29 17:53:09 2015
@@ -74,7 +74,7 @@
STRINGTABLE
BEGIN
- IDS_APP_TITLE "fdebug"
+ IDS_APP_TITLE "FreeLoader Debugger"
IDS_HELLO "Hello World!"
IDC_FDEBUG "FDEBUG"
END
Modified: trunk/reactos/boot/freeldr/fdebug/lang/sq-AL.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/fdebug/lang/s…
==============================================================================
--- trunk/reactos/boot/freeldr/fdebug/lang/sq-AL.rc [iso-8859-1] (original)
+++ trunk/reactos/boot/freeldr/fdebug/lang/sq-AL.rc [iso-8859-1] Sun Nov 29 17:53:09 2015
@@ -76,7 +76,7 @@
STRINGTABLE
BEGIN
- IDS_APP_TITLE "fdebug"
+ IDS_APP_TITLE "FreeLoader Debugger"
IDS_HELLO "Hello World!"
IDC_FDEBUG "FDEBUG"
END
Modified: trunk/reactos/boot/freeldr/fdebug/lang/uk-UA.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/fdebug/lang/u…
==============================================================================
--- trunk/reactos/boot/freeldr/fdebug/lang/uk-UA.rc [iso-8859-1] (original)
+++ trunk/reactos/boot/freeldr/fdebug/lang/uk-UA.rc [iso-8859-1] Sun Nov 29 17:53:09 2015
@@ -72,7 +72,7 @@
STRINGTABLE
BEGIN
- IDS_APP_TITLE "fdebug"
+ IDS_APP_TITLE "FreeLoader Debugger"
IDS_HELLO "ÐÑивÑÑ Ð¡Ð²ÑÑ!"
IDC_FDEBUG "FDEBUG"
END