diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 13:50:47 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 13:50:47 -0600 |
commit | 80dd9f233c80d5e12e0794040142eb5d00d722e3 (patch) | |
tree | 4d087f650e2b00effd01000a4de98205005a1da4 /kshisen/main.cpp | |
parent | 72f77e5dca03607b11a0cb29885410611bc410a6 (diff) | |
download | tdegames-80dd9f233c80d5e12e0794040142eb5d00d722e3.tar.gz tdegames-80dd9f233c80d5e12e0794040142eb5d00d722e3.zip |
Additional renaming of kde to tde
Diffstat (limited to 'kshisen/main.cpp')
-rw-r--r-- | kshisen/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kshisen/main.cpp b/kshisen/main.cpp index 6145c965..d3727f36 100644 --- a/kshisen/main.cpp +++ b/kshisen/main.cpp @@ -48,7 +48,7 @@ static const char description[] = I18N_NOOP("A KDE game similiar to Mahjongg"); // 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/tdeui/ui_standards.rc +// tdelibs/tdeui/ui_standards.rc static const char dummy[] = I18N_NOOP2("Menu title", "&Move"); int main(int argc, char **argv) |