diff options
-rw-r--r-- | components/theme/contents/ui/Icons.qml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/theme/contents/ui/Icons.qml b/components/theme/contents/ui/Icons.qml index e1b8f4f4..0b161635 100644 --- a/components/theme/contents/ui/Icons.qml +++ b/components/theme/contents/ui/Icons.qml | |||
@@ -25,8 +25,8 @@ Item { | |||
25 | property string error: "error" | 25 | property string error: "error" |
26 | property string busy: "view-refresh" | 26 | property string busy: "view-refresh" |
27 | property string noNetworkConnection: "network-disconnect" | 27 | property string noNetworkConnection: "network-disconnect" |
28 | property string connected: "checkmark" | 28 | property string connected: "dialog-ok" |
29 | property string success: "checkmark" | 29 | property string success: "dialog-ok" |
30 | 30 | ||
31 | property string markAsRead: "mail-mark-unread-new" | 31 | property string markAsRead: "mail-mark-unread-new" |
32 | property string markImportant: "mail-mark-important" | 32 | property string markImportant: "mail-mark-important" |