diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2014-02-23 08:18:30 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-02-23 08:18:30 -0800 |
commit | cfed6efecce0822fafaa4568a89e1f563a54afcf (patch) | |
tree | 6628852799e1824c9f0251e5b2d0957ae966ca91 /subsurface.qrc | |
parent | 0474fe70fc47d4ba12c81c9dfefe6587b8266f31 (diff) | |
download | subsurface-cfed6efecce0822fafaa4568a89e1f563a54afcf.tar.gz |
Add resource for flag icon
This has been broken in the old profile for a while (as we use the flag
icon there by name).
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'subsurface.qrc')
-rw-r--r-- | subsurface.qrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/subsurface.qrc b/subsurface.qrc index b4d59060d..a4fb851ef 100644 --- a/subsurface.qrc +++ b/subsurface.qrc @@ -15,6 +15,7 @@ <!-- <file alias="average">icons/average.svg</file> --> <file alias="average">icons/average.png</file> <file alias="warning">icons/warning.png</file> + <file alias="flag">icons/flag.png</file> <!-- <file alias="scale">icons/scale.svg</file> --> <file alias="scale">icons/scale.png</file> <!-- <file alias="ruler">icons/ruler.svg</file> --> |