view ui/icons.qrc @ 633:6c090638b2b4

Use static buffer for module file name. According to the msdn examle the return value of getmodulefilename should be used to indicate success and not the size. And according to comments on that function on Windows 8.1 it does not return the needed size. So better be more robust and just use max_path as a limit.
author Andre Heinecke <andre.heinecke@intevation.de>
date Mon, 23 Jun 2014 15:29:48 +0200
parents 340b8759d005
children 7d6026424f37
line wrap: on
line source
<!DOCTYPE RCC><RCC version="1.0">
<qresource>
    <file>img/tray_22.png</file>
    <file>img/logo.png</file>
    <file>img/logo-small.png</file>
    <file>img/list-add.png</file>
    <file>img/list-remove.png</file>
    <file>img/document-save.png</file>
    <file>img/document-open.png</file>
    <file>img/document-new.png</file>
    <file>img/document-close.png</file>
</qresource>
</RCC>

http://wald.intevation.org/projects/trustbridge/