diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2014-02-13 16:31:56 -0600 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2014-02-13 16:31:56 -0600 |
commit | ed95608f23f45c86b0c006cf30cc4cda0cdf8b68 (patch) | |
tree | db5fe09120e74d7824e706cfc305a887cb8f49c7 /wizards/groupwarewizard.cpp | |
parent | 3b65f8155f222d18868a79f3d97b3040a7d40b33 (diff) | |
download | tdepim-ed95608f23f45c86b0c006cf30cc4cda0cdf8b68.tar.gz tdepim-ed95608f23f45c86b0c006cf30cc4cda0cdf8b68.zip |
Restructure menu: move Office->PIM submenu items to Internet and Office menus.
Diffstat (limited to 'wizards/groupwarewizard.cpp')
-rw-r--r-- | wizards/groupwarewizard.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 ); |