diff options
-rw-r--r-- | gui/MainWindow.ui | 4 | ||||
-rw-r--r-- | resources/multimc/16x16/patreon.png | bin | 0 -> 682 bytes | |||
-rw-r--r-- | resources/multimc/22x22/patreon.png | bin | 0 -> 976 bytes | |||
-rw-r--r-- | resources/multimc/24x24/patreon.png | bin | 0 -> 1034 bytes | |||
-rw-r--r-- | resources/multimc/32x32/patreon.png | bin | 0 -> 1450 bytes | |||
-rw-r--r-- | resources/multimc/48x48/patreon.png | bin | 0 -> 2317 bytes | |||
-rw-r--r-- | resources/multimc/64x64/patreon.png | bin | 0 -> 3212 bytes | |||
-rw-r--r-- | resources/multimc/multimc.qrc | 8 |
8 files changed, 10 insertions, 2 deletions
diff --git a/gui/MainWindow.ui b/gui/MainWindow.ui index 74b7a0f3..1d7fbec9 100644 --- a/gui/MainWindow.ui +++ b/gui/MainWindow.ui @@ -271,12 +271,12 @@ </action> <action name="actionPatreon"> <property name="icon"> - <iconset theme="about"> + <iconset theme="patreon"> <normaloff/> </iconset> </property> <property name="text"> - <string>Support us on Patreon</string> + <string>Support us on Patreon!</string> </property> <property name="toolTip"> <string>Open the MultiMC Patreon page.</string> diff --git a/resources/multimc/16x16/patreon.png b/resources/multimc/16x16/patreon.png Binary files differnew file mode 100644 index 00000000..cde2b326 --- /dev/null +++ b/resources/multimc/16x16/patreon.png diff --git a/resources/multimc/22x22/patreon.png b/resources/multimc/22x22/patreon.png Binary files differnew file mode 100644 index 00000000..b6235ad2 --- /dev/null +++ b/resources/multimc/22x22/patreon.png diff --git a/resources/multimc/24x24/patreon.png b/resources/multimc/24x24/patreon.png Binary files differnew file mode 100644 index 00000000..c1da080f --- /dev/null +++ b/resources/multimc/24x24/patreon.png diff --git a/resources/multimc/32x32/patreon.png b/resources/multimc/32x32/patreon.png Binary files differnew file mode 100644 index 00000000..f5ae8a5e --- /dev/null +++ b/resources/multimc/32x32/patreon.png diff --git a/resources/multimc/48x48/patreon.png b/resources/multimc/48x48/patreon.png Binary files differnew file mode 100644 index 00000000..2708a85a --- /dev/null +++ b/resources/multimc/48x48/patreon.png diff --git a/resources/multimc/64x64/patreon.png b/resources/multimc/64x64/patreon.png Binary files differnew file mode 100644 index 00000000..7b4814ec --- /dev/null +++ b/resources/multimc/64x64/patreon.png diff --git a/resources/multimc/multimc.qrc b/resources/multimc/multimc.qrc index 363347de..d3068ff4 100644 --- a/resources/multimc/multimc.qrc +++ b/resources/multimc/multimc.qrc @@ -26,6 +26,14 @@ <file>48x48/bug.png</file> <file>64x64/bug.png</file> + <!-- Patron logo. (C) 2014 Patreon, Inc., http://www.patreon.com/toolbox?ftyp=media --> + <file>16x16/patreon.png</file> + <file>22x22/patreon.png</file> + <file>24x24/patreon.png</file> + <file>32x32/patreon.png</file> + <file>48x48/patreon.png</file> + <file>64x64/patreon.png</file> + <!-- The cat button. Freeware, http://findicons.com/icon/73096/black_cat --> <file>16x16/cat.png</file> <file>22x22/cat.png</file> |