diff options
author | Ken Moore <moorekou@gmail.com> | 2015-12-01 14:43:26 -0500 |
---|---|---|
committer | Ken Moore <moorekou@gmail.com> | 2015-12-01 14:43:26 -0500 |
commit | dfec3ac55066d0265a5c8076c2f5fbeebe5eb56d (patch) | |
tree | 8da2458775ffd746fa5df123b949d814f2c0dfe9 /lumina-desktop/LDesktop.cpp | |
parent | Adjust the main lumina-desktop session a bit: (diff) | |
download | lumina-dfec3ac55066d0265a5c8076c2f5fbeebe5eb56d.tar.gz lumina-dfec3ac55066d0265a5c8076c2f5fbeebe5eb56d.tar.bz2 lumina-dfec3ac55066d0265a5c8076c2f5fbeebe5eb56d.zip |
Re-do the "App Menu" plugin a bit. Now it uses a self-contained menu with a "Leave" option at the bottom. We can add/change it more later as needed.
Diffstat (limited to 'lumina-desktop/LDesktop.cpp')
-rw-r--r-- | lumina-desktop/LDesktop.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lumina-desktop/LDesktop.cpp b/lumina-desktop/LDesktop.cpp index 5771655b..d3cde4c1 100644 --- a/lumina-desktop/LDesktop.cpp +++ b/lumina-desktop/LDesktop.cpp @@ -293,7 +293,7 @@ void LDesktop::UpdateMenu(bool fast){ } //Now add the system quit options deskMenu->addSeparator(); - deskMenu->addAction(LXDG::findIcon("system-log-out",""), tr("Log Out"), this, SLOT(SystemLogout()) ); + deskMenu->addAction(LXDG::findIcon("system-log-out",""), tr("Leave"), this, SLOT(SystemLogout()) ); } void LDesktop::UpdateWinMenu(){ |