view easyhg.qrc @ 195:ff0d76dcb3b8

* Don't close proc input on finished() -- causes crash on program failure on Windows * Use merge binary from settings, even if empty -- sometimes user may wish to set an empty string to avoid having an external merge program * Revert labels to line edits in settings dialog, for a similar reason (permit setting empty value) * Avoid showing hard hyphens on Windows, they don't look right * Use preformatted text for merge outcome dialog (but format3 would be better)
author Chris Cannam
date Fri, 24 Dec 2010 13:14:45 +0000
parents 5b2046f67a56
children 2afac743acdf
line wrap: on
line source
<RCC>
    <qresource prefix="/">
        <file>images/add.png</file>
        <file>images/commit.png</file>
        <file>images/diff.png</file>
        <file>images/folderdiff.png</file>
        <file>images/exit.png</file>
        <file>images/merge.png</file>
        <file>images/pull.png</file>
        <file>images/push.png</file>
        <file>images/remove.png</file>
        <file>images/settings.png</file>
        <file>images/status.png</file>
        <file>images/undo.png</file>
        <file>images/update.png</file>
        <file>images/incoming.png</file>
        <file>images/chgsetdiff.png</file>
        <file>images/browser.png</file>
        <file>images/browser-64.png</file>
        <file>images/hglogo.png</file>
        <file>images/hglogo-64.png</file>
        <file>images/hdd_unmount.png</file>
        <file>images/hdd_unmount-64.png</file>
        <file>images/fileopen.png</file>
	<file>easyhg.py</file>
	<file>easyhg_en.qm</file>
    </qresource>
</RCC>