summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2014-02-13 16:31:56 -0600
committerDarrell Anderson <humanreadable@yahoo.com>2014-02-13 16:31:56 -0600
commited95608f23f45c86b0c006cf30cc4cda0cdf8b68 (patch)
treedb5fe09120e74d7824e706cfc305a887cb8f49c7
parent3b65f8155f222d18868a79f3d97b3040a7d40b33 (diff)
downloadtdepim-ed95608f.tar.gz
tdepim-ed95608f.zip
Restructure menu: move Office->PIM submenu items to Internet and Office menus.
-rw-r--r--kmail/KMail.desktop2
-rw-r--r--korn/KOrn.desktop2
-rw-r--r--ktnef/gui/ktnef.desktop2
-rw-r--r--wizards/groupwarewizard.cpp2
4 files changed, 4 insertions, 4 deletions
diff --git a/kmail/KMail.desktop b/kmail/KMail.desktop
index 6c7a870c2..fe97955a7 100644
--- a/kmail/KMail.desktop
+++ b/kmail/KMail.desktop
@@ -88,4 +88,4 @@ X-TDE-StartupNotify=true
X-DCOP-ServiceType=Unique
X-DCOP-ServiceName=kmail
ServiceTypes=DCOP/ResourceBackend/IMAP,DCOP/Mailer
-Categories=Qt;TDE;Office;Email;X-TDE-Office-PIM;
+Categories=Qt;TDE;Network;Email;X-TDE-Office-PIM;
diff --git a/korn/KOrn.desktop b/korn/KOrn.desktop
index dfb7a76f4..3c331743b 100644
--- a/korn/KOrn.desktop
+++ b/korn/KOrn.desktop
@@ -73,4 +73,4 @@ Name[ne]=कर्न
Name[ta]=கார்ன்
Name[zh_TW]=Korn 信件通知
X-DCOP-ServiceType=Unique
-Categories=Qt;TDE;Office;Email;X-TDE-Office-PIM;
+Categories=Qt;TDE;Network;Email;X-TDE-Office-PIM;
diff --git a/ktnef/gui/ktnef.desktop b/ktnef/gui/ktnef.desktop
index ea4ec88db..61dd3f228 100644
--- a/ktnef/gui/ktnef.desktop
+++ b/ktnef/gui/ktnef.desktop
@@ -104,4 +104,4 @@ Comment[zh_CN]=TNEF 文件的查看/提取器
Comment[zh_TW]=TNEF 檔案檢視器
Terminal=false
MimeType=application/ms-tnef;
-Categories=Qt;TDE;Office;X-TDE-Office-PIM;
+Categories=Qt;TDE;Network;X-TDE-Office-PIM;
diff --git a/wizards/groupwarewizard.cpp b/wizards/groupwarewizard.cpp
index 231862b48..1f520ce5f 100644
--- a/wizards/groupwarewizard.cpp
+++ b/wizards/groupwarewizard.cpp
@@ -31,7 +31,7 @@
GroupwareWizard::GroupwareWizard( TQWidget *parent, const char *name )
: TQWidget( parent, name )
{
- setCaption( i18n( "KDE Groupware Wizard" ) );
+ setCaption( i18n( "TDE Groupware Wizard" ) );
TQVBoxLayout *layout = new TQVBoxLayout( this );