Reorganized images in subfolders

As per @daenyth’s comment:
https://github.com/Cockatrice/Cockatrice/pull/792#issuecomment-76593730
This commit is contained in:
Fabio Bas 2015-05-20 19:18:49 +02:00
parent 092b0eaed6
commit f17dec29f6
65 changed files with 120 additions and 403 deletions

View file

@ -561,7 +561,7 @@ void MainWindow::createTrayIcon() {
trayIcon = new QSystemTrayIcon(this);
trayIcon->setContextMenu(trayIconMenu);
trayIcon->setIcon(QIcon("theme:appicon.svg"));
trayIcon->setIcon(QIcon("theme:cockatrice.svg"));
trayIcon->show();
connect(trayIcon,SIGNAL(activated(QSystemTrayIcon::ActivationReason)),this,