author | harlekin <harlekin> | 2002-09-19 08:11:54 (UTC) |
---|---|---|
committer | harlekin <harlekin> | 2002-09-19 08:11:54 (UTC) |
commit | 2165543bd3a3293fc1ee2e13ba545e6822b6630f (patch) (unidiff) | |
tree | 3d17aaf4adecdfd86ecfe23d0344891e4fe648a3 | |
parent | 390fc683967b74607aa93a176db33b30cd63b9c6 (diff) | |
download | opie-2165543bd3a3293fc1ee2e13ba545e6822b6630f.zip opie-2165543bd3a3293fc1ee2e13ba545e6822b6630f.tar.gz opie-2165543bd3a3293fc1ee2e13ba545e6822b6630f.tar.bz2 |
typo fix
-rw-r--r-- | core/pim/today/plugins/datebook/datebookplugin.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/core/pim/today/plugins/datebook/datebookplugin.cpp b/core/pim/today/plugins/datebook/datebookplugin.cpp index 07f5005..a1721f6 100644 --- a/core/pim/today/plugins/datebook/datebookplugin.cpp +++ b/core/pim/today/plugins/datebook/datebookplugin.cpp | |||
@@ -56,3 +56,3 @@ ConfigWidget* DatebookPlugin::configWidget( QWidget* wid ) { | |||
56 | QString DatebookPlugin::appName() const { | 56 | QString DatebookPlugin::appName() const { |
57 | return "datebook"; | 57 | return QObject::tr( "Datebook" ); |
58 | } | 58 | } |
@@ -67,4 +67 @@ int DatebookPlugin::maxHeight() const { | |||
67 | |||
68 | |||
69 | int main() { | ||
70 | } | ||