From 2c1b285889f299b4843b60dcd2d4d0aa95d6ea7e Mon Sep 17 00:00:00 2001 From: hap Date: Sun, 5 Nov 2017 14:57:47 +0100 Subject: [PATCH] windows rc: use emulator name for description (this is the application title that shows up on task manager for example) (nw) --- scripts/build/verinfo.py | 4 ++-- scripts/resources/windows/mame/mame.man | 2 +- scripts/resources/windows/mess/mess.man | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/build/verinfo.py b/scripts/build/verinfo.py index 31e59434ad4..237a96ac1c3 100644 --- a/scripts/build/verinfo.py +++ b/scripts/build/verinfo.py @@ -90,7 +90,7 @@ if build == "mess": author = "MESS Team" comments = "Multi Emulation Super System" company_name = "MESS Team" - file_description = "Multi Emulation Super System" + file_description = "MESS" internal_name = "MESS" original_filename = "MESS" product_name = "MESS" @@ -100,7 +100,7 @@ else: author = "Nicola Salmoria and the MAME Team" comments = "Multiple Emulator" company_name = "MAME Team" - file_description = "Multiple Emulator" + file_description = "MAME" internal_name = "MAME" if build == "mame" else build original_filename = "MAME" if build == "mame" else build product_name = "MAME" if build == "mame" else build diff --git a/scripts/resources/windows/mame/mame.man b/scripts/resources/windows/mame/mame.man index 82fd61639b7..85e0f31644e 100644 --- a/scripts/resources/windows/mame/mame.man +++ b/scripts/resources/windows/mame/mame.man @@ -1,7 +1,7 @@ - Multiple Emulator + MAME diff --git a/scripts/resources/windows/mess/mess.man b/scripts/resources/windows/mess/mess.man index 67ba3aced37..4856b147be1 100644 --- a/scripts/resources/windows/mess/mess.man +++ b/scripts/resources/windows/mess/mess.man @@ -1,7 +1,7 @@ - Multi Emulator Super System + MESS