From a852dff98d808726551543aaed33cd49decf13bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Sun, 25 Aug 2013 23:35:52 +0200 Subject: Add cat icon for the cat button. Meow. >:3 --- gui/mainwindow.ui | 6 +++++- multimc.qrc | 1 + resources/icons/toolbar/Cat.png | Bin 0 -> 811 bytes 3 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 resources/icons/toolbar/Cat.png diff --git a/gui/mainwindow.ui b/gui/mainwindow.ui index 7bc2c3eb..4360f5f6 100644 --- a/gui/mainwindow.ui +++ b/gui/mainwindow.ui @@ -432,11 +432,15 @@ true + + + :/icons/toolbar/cat:/icons/toolbar/cat + Meow - Catnatok. Or just a cant with a ball of yarn? WHO KNOWS?! + <html><head/><body><p align="center"><span style=" font-weight:600; color:#ff0004;">Catnatok!</span></p><p align="center">Or just a cat with a ball of yarn?</p><p align="center"><span style=" font-style:italic;">WHO KNOWS?!</span></p><p align="center"><img src=":/icons/instances/tnt"/></p></body></html> diff --git a/multimc.qrc b/multimc.qrc index 3e6e7698..06a64952 100644 --- a/multimc.qrc +++ b/multimc.qrc @@ -10,6 +10,7 @@ resources/icons/toolbar/refresh.png resources/icons/toolbar/settings.png resources/icons/toolbar/viewfolder.png + resources/icons/toolbar/Cat.png resources/icons/instances/brick.png diff --git a/resources/icons/toolbar/Cat.png b/resources/icons/toolbar/Cat.png new file mode 100644 index 00000000..4fcda3ea Binary files /dev/null and b/resources/icons/toolbar/Cat.png differ -- cgit v1.2.3