diff options
author | Darrell Anderson <[email protected]> | 2012-06-16 00:06:55 -0500 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2012-06-16 00:06:55 -0500 |
commit | 39f3ca446e3a21be846b851bf496d741efe9dba4 (patch) | |
tree | aee230d8ddcbeea536a8e03879b8237691c5bdba /plugin | |
parent | f0244cbd1268a405e9848d837c99568f14119983 (diff) | |
download | smb4k-39f3ca446e3a21be846b851bf496d741efe9dba4.tar.gz smb4k-39f3ca446e3a21be846b851bf496d741efe9dba4.zip |
Fix straggling XDG references missed in patch set from June 8, 2012.
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/smb4k_konqplugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/smb4k_konqplugin.cpp b/plugin/smb4k_konqplugin.cpp index 070dd7a..e520706 100644 --- a/plugin/smb4k_konqplugin.cpp +++ b/plugin/smb4k_konqplugin.cpp @@ -121,7 +121,7 @@ extern "C" map->insert("Icon","smb4k"); map->insert("Name",i18n("Samba Browser")); map->insert("Open","false"); - map->insert("X-KDE-KonqSidebarModule","konqsidebar_smb4k"); + map->insert("X-TDE-KonqSidebarModule","konqsidebar_smb4k"); fn->setLatin1("smb4k%1.desktop"); return true; } |