diff options
author | ZackaryWelch <welch.zackary@gmail.com> | 2018-05-02 13:47:32 -0400 |
---|---|---|
committer | ZackaryWelch <welch.zackary@gmail.com> | 2018-05-02 13:47:32 -0400 |
commit | 18d1b06a5797d0393d283fc1adee6f8fa5e02800 (patch) | |
tree | eba0037e95826073e45a3b2fcc8be60dbf8dc23f /src-qt5/core/lumina-desktop/SystemWindow.cpp | |
parent | Added more annotation and widget support. Currently incomplete. Updated to Mu... (diff) | |
parent | Change the icon used for the menu-list in lumina-fm (diff) | |
download | lumina-18d1b06a5797d0393d283fc1adee6f8fa5e02800.tar.gz lumina-18d1b06a5797d0393d283fc1adee6f8fa5e02800.tar.bz2 lumina-18d1b06a5797d0393d283fc1adee6f8fa5e02800.zip |
Merge branch 'master' of http://github.com/trueos/lumina
Diffstat (limited to 'src-qt5/core/lumina-desktop/SystemWindow.cpp')
-rw-r--r-- | src-qt5/core/lumina-desktop/SystemWindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src-qt5/core/lumina-desktop/SystemWindow.cpp b/src-qt5/core/lumina-desktop/SystemWindow.cpp index dbcec2a2..af9188bc 100644 --- a/src-qt5/core/lumina-desktop/SystemWindow.cpp +++ b/src-qt5/core/lumina-desktop/SystemWindow.cpp @@ -20,7 +20,7 @@ SystemWindow::SystemWindow() : QDialog(), ui(new Ui::SystemWindow){ ui->tool_restart->setIcon( LXDG::findIcon("system-reboot","") ); ui->tool_shutdown->setIcon( LXDG::findIcon("system-shutdown","") ); ui->tool_suspend->setIcon( LXDG::findIcon("system-suspend","") ); - ui->push_cancel->setIcon( LXDG::findIcon("dialog-cancel","") ); + ui->push_cancel->setIcon( LXDG::findIcon("system-cancel","dialog-cancel") ); ui->push_lock->setIcon( LXDG::findIcon("system-lock-screen","") ); //Connect the signals/slots connect(ui->tool_logout, SIGNAL(clicked()), this, SLOT(sysLogout()) ); |