diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-07-03 12:58:59 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-07-03 12:58:59 (GMT) |
| commit | c996d01228f37f3f59b7157deb6e4c695a9654df (patch) | |
| tree | f5b42e4fb8b4c2e7c41b20de19a6f588cc6e7ce4 /src/Graphics.h | |
| parent | e5f96cd3c97833bea60e562e810cc9c66e018172 (diff) | |
| download | powder-c996d01228f37f3f59b7157deb6e4c695a9654df.zip powder-c996d01228f37f3f59b7157deb6e4c695a9654df.tar.gz | |
Make update notification a little better - correct colour. Correct multiline label for Confirm prompt
Diffstat (limited to 'src/Graphics.h')
| -rw-r--r-- | src/Graphics.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Graphics.h b/src/Graphics.h index 8c019e1..1209b86 100644 --- a/src/Graphics.h +++ b/src/Graphics.h @@ -79,7 +79,8 @@ enum Icon IconDelete, IconReport, IconUsername, - IconPassword + IconPassword, + IconClose }; //"Graphics lite" - slightly lower performance due to variable size, |
