add polly to background selection as a seperate option
This commit is contained in:
parent
17eca6d497
commit
ca4f8ac546
@ -1,9 +1,9 @@
|
||||
<!DOCTYPE RCC>
|
||||
<RCC version="1.0">
|
||||
<qresource prefix="/backgrounds">
|
||||
<file alias="kitteh">Polly.png</file>
|
||||
<file alias="kitteh-xmas">PollyChristmas.png</file>
|
||||
<file alias="kitteh-bday">PollyParty.png</file>
|
||||
<file alias="kitteh">kitteh.png</file>
|
||||
<file alias="kitteh-xmas">kitteh-xmas.png</file>
|
||||
<file alias="kitteh-bday">kitteh-bday.png</file>
|
||||
<file alias="kitteh-spooky">kitteh-spooky.png</file>
|
||||
<file alias="rory">rory.png</file>
|
||||
<file alias="rory-xmas">rory-xmas.png</file>
|
||||
@ -25,5 +25,8 @@
|
||||
<!-- https://commons.wikimedia.org/wiki/File:Teawie_Party.png -->
|
||||
<file alias="teawie-spooky">teawie-spooky.png</file>
|
||||
<!-- https://commons.wikimedia.org/wiki/File:Teawie_Halloween.png -->
|
||||
<file alias="polly">polly.png</file>
|
||||
<file alias="polly-xmas">polly-xmas.png</file>
|
||||
<file alias="polly-bday">polly-bday.png</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
|
@ -72,6 +72,7 @@ class ThemeCustomizationWidget : public QWidget {
|
||||
{ "kitteh", QObject::tr("Background Cat (from MultiMC)") },
|
||||
{ "rory", QObject::tr("Rory ID 11 (drawn by Ashtaka)") },
|
||||
{ "rory-flat", QObject::tr("Rory ID 11 (flat edition, drawn by Ashtaka)") },
|
||||
{ "teawie", QObject::tr("Teawie (drawn by SympathyTea)") }
|
||||
{ "teawie", QObject::tr("Teawie (drawn by SympathyTea)") },
|
||||
{ "polly", QObject::tr("Polly the Parrot (drawn by anoraktrend)") }
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user