Skip to content

Commit

Permalink
Fix: Desktop still do not load icons correctly.
Browse files Browse the repository at this point in the history
  • Loading branch information
SokoloffA committed Oct 18, 2011
1 parent 58cd622 commit 8090745
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions razorqt-desktop/src/main.cpp
Expand Up @@ -37,6 +37,7 @@
int main (int argc, char* argv[])
{
QApplication app(argc,argv);
XdgIcon::setThemeName(RazorSettings::globalSettings()->value("icon_theme").toString());
app.setWindowIcon(QIcon(QString(SHARE_DIR) + "/graphics/razor_logo.png"));

RazorSettings config("desktop");
Expand Down

0 comments on commit 8090745

Please sign in to comment.