diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:30:28 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:30:28 -0600 |
commit | 6c8fc8ddd81bcb8ff1828dbffbd181b905c6331e (patch) | |
tree | 8080429757735c3d44ba751e27cdd5eae9a0086e /kjumpingcube/main.cpp | |
parent | 63ff55ddadbe2163282315b121104b7202ace784 (diff) | |
download | tdegames-6c8fc8ddd81bcb8ff1828dbffbd181b905c6331e.tar.gz tdegames-6c8fc8ddd81bcb8ff1828dbffbd181b905c6331e.zip |
Additional kde to tde renaming
Diffstat (limited to 'kjumpingcube/main.cpp')
-rw-r--r-- | kjumpingcube/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kjumpingcube/main.cpp b/kjumpingcube/main.cpp index b48c53a8..12d53b81 100644 --- a/kjumpingcube/main.cpp +++ b/kjumpingcube/main.cpp @@ -31,7 +31,7 @@ static const char description[] = // A hack to circumvent tricky i18n issue, not used later on in the code. // Both context and contents must be exactly the same as for the entry in -// kdelibs/kdeui/ui_standards.rc +// kdelibs/tdeui/ui_standards.rc static const char dummy[] = I18N_NOOP2("Menu title", "&Move"); int main(int argc, char *argv[]) |