view osdep/mplayer.exe.manifest @ 36672:e1e9f2ea17c9

Revise GUI help message texts. Remove colons, ellipses and newlines from the end of the texts. This reduces the amount of texts to be translated, enhances reusability and harmonizes the visual appearance of the different GUI localizations. Additionally, make the necessary code changes.
author ib
date Fri, 31 Jan 2014 16:37:52 +0000
parents 480cdba9e480
children a6b7e61e4af1
line wrap: on
line source

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
    <assemblyIdentity
        version="0.0.9.0"
        processorArchitecture="*"
        name="MPlayer - The Movie Player"
        type="win32"
    />
    <description>MPlayer - The Movie Player</description>
    <trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
        <security>
            <requestedPrivileges>
                <requestedExecutionLevel
                    level="asInvoker"
                />
            </requestedPrivileges>
        </security>
    </trustInfo>
</assembly>