diff options
author | 2017-11-05 01:50:16 +0100 | |
---|---|---|
committer | 2017-11-05 01:50:16 +0100 | |
commit | 7d7c2c5507da242b79698ed80894e2cac8f440ab (patch) | |
tree | 74b01fe0f7a78722d194cc05ce52cec53a98cabe /scripts/resources/windows | |
parent | 036541f02c9b5a6e8b5f977379a832c6c6e63228 (diff) |
make emulator description generic (nw)
Diffstat (limited to 'scripts/resources/windows')
-rw-r--r-- | scripts/resources/windows/mame/mame.man | 2 | ||||
-rw-r--r-- | scripts/resources/windows/mess/mess.man | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/resources/windows/mame/mame.man b/scripts/resources/windows/mame/mame.man index e08eba181cb..82fd61639b7 100644 --- a/scripts/resources/windows/mame/mame.man +++ b/scripts/resources/windows/mame/mame.man @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3"> <assemblyIdentity version="1.0.0.0" processorArchitecture="*" name="MAME" type="win32" /> - <description>Multiple Arcade Machine Emulator</description> + <description>Multiple Emulator</description> <dependency> <dependentAssembly> <assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" publicKeyToken="6595b64144ccf1df" language="*" processorArchitecture="*"/> diff --git a/scripts/resources/windows/mess/mess.man b/scripts/resources/windows/mess/mess.man index 67ba3aced37..48847330e49 100644 --- a/scripts/resources/windows/mess/mess.man +++ b/scripts/resources/windows/mess/mess.man @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3"> <assemblyIdentity version="1.0.0.0" processorArchitecture="*" name="MESS" type="win32" /> - <description>Multi Emulator Super System</description> + <description>Multiple Emulator</description> <dependency> <dependentAssembly> <assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" publicKeyToken="6595b64144ccf1df" language="*" processorArchitecture="*"/> |