]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/qt-console/mainwin.cpp
kes Correct incorrect installation of LICENSE in Win32 installer.
[bacula/bacula] / bacula / src / qt-console / mainwin.cpp
index 3472cbbf467ef163836129dd00b1a02f9b2eead0..d4349dfc318f8f72a4041d86154917c251942a79 100644 (file)
@@ -88,7 +88,7 @@ void MainWin::createPages()
 
       /* The top tree item representing the director */
       topItem = createTopPage(dir->name());
-      topItem->setIcon(0, QIcon(QString::fromUtf8("images/server.png")));
+      topItem->setIcon(0, QIcon(":images/server.png"));
       /* Set background to grey for ease of identification of inactive dirfector */
       QBrush greyBrush(Qt::lightGray);
       topItem->setBackground(0, greyBrush);