diff options
author | Michele Calgaro <[email protected]> | 2019-06-27 00:33:23 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2019-06-27 00:33:23 +0900 |
commit | 778e3a690fd0afbedaa9ecfa1b9b79cfd28abc1a (patch) | |
tree | f25fca30ae8ea241dd1c231c87e9ec712c5e9c43 | |
parent | ecc094c82a435e3b99fbaeeae9272673bf1d07e4 (diff) | |
download | koffice-778e3a690fd0afbedaa9ecfa1b9b79cfd28abc1a.tar.gz koffice-778e3a690fd0afbedaa9ecfa1b9b79cfd28abc1a.zip |
Adjusted to new normalized device icon names in tdelibs.
Signed-off-by: Michele Calgaro <[email protected]>
-rw-r--r-- | kexi/main/startup/KexiStartupDialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kexi/main/startup/KexiStartupDialog.cpp b/kexi/main/startup/KexiStartupDialog.cpp index d95feaed..49a55a35 100644 --- a/kexi/main/startup/KexiStartupDialog.cpp +++ b/kexi/main/startup/KexiStartupDialog.cpp @@ -413,7 +413,7 @@ void KexiStartupDialog::slotPageShown(TQWidget *page) //add items (on demand): d->viewTemplates->addItem("cd_catalog", i18n("CD Catalog"), i18n("Easy-to-use database for storing information about your CD collection."), - DesktopIcon("media-optical-cdrom")); + DesktopIcon("media-optical-cdrom-unmounted")); d->viewTemplates->addItem("expenses", i18n("Expenses"), i18n("A database for managing your personal expenses."), DesktopIcon("kcalc")); |