mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 12:40:35 +01:00
start work to use system icon (only available on x11)
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@2578 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -160,7 +160,7 @@ void RecentFiles::buildMenu() {
|
||||
// reinitialise le menu
|
||||
if (!menu_) {
|
||||
menu_ = new QMenu(tr("&R\351cemment ouvert(s)"));
|
||||
menu_ -> setIcon(QET::Icons::DocumentOpenRecent);
|
||||
menu_ -> setIcon(QIcon::fromTheme("document-open-recent", QET::Icons::DocumentOpenRecent));
|
||||
} else {
|
||||
menu_ -> clear();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user