diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2014-01-18 13:56:29 -0600 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2014-01-18 13:56:29 -0600 |
commit | 9b38f1d488cde0019d49c6c4d05f620cc6fde71b (patch) | |
tree | 3e154c66796472ee29184f92338229a65553eccb | |
parent | 150cf25bdcc2445cf4b4cbad90481a380fba1da3 (diff) | |
download | tdebase-9b38f1d488cde0019d49c6c4d05f620cc6fde71b.tar.gz tdebase-9b38f1d488cde0019d49c6c4d05f620cc6fde71b.zip |
Fix TDEPrintFax name in Help menu.
-rw-r--r-- | tdeprint/tdeprintfax/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeprint/tdeprintfax/main.cpp b/tdeprint/tdeprintfax/main.cpp index 1e9f2662a..93a5f15c3 100644 --- a/tdeprint/tdeprintfax/main.cpp +++ b/tdeprint/tdeprintfax/main.cpp @@ -47,7 +47,7 @@ static TDECmdLineOptions options[] = int main(int argc, char *argv[]) { - TDEAboutData aboutData( "tdeprintfax", I18N_NOOP("KdeprintFax"), + TDEAboutData aboutData( "tdeprintfax", I18N_NOOP("TDEPrintFax"), "1.0", description, TDEAboutData::License_GPL, "(c), 2001 Michael Goffioul", 0, "http://printing.kde.org"); aboutData.addAuthor("Michael Goffioul",0, "tdeprint@swing.be"); |