diff options
author | Michele Calgaro <[email protected]> | 2014-03-14 18:03:28 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2014-03-14 18:03:28 +0900 |
commit | 61b5e76cb16d7012e65b93e79376cc1a079f0e72 (patch) | |
tree | f3ea662aaa19f18ac83f5656ff7acd89f79afd13 /configdialog/main.cpp | |
parent | cc78a4792feda2e84c83d794a2bce842f8f68ecd (diff) | |
download | kbfx-61b5e76cb16d7012e65b93e79376cc1a079f0e72.tar.gz kbfx-61b5e76cb16d7012e65b93e79376cc1a079f0e72.zip |
Updated kbfx.org to kbfx.net to point to the correct website address.
This resolves bug 1537.
Diffstat (limited to 'configdialog/main.cpp')
-rw-r--r-- | configdialog/main.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configdialog/main.cpp b/configdialog/main.cpp index f980748..4995ccb 100644 --- a/configdialog/main.cpp +++ b/configdialog/main.cpp @@ -1,7 +1,7 @@ /* * Copyright (C) 2006 * Siraj Razick <[email protected]> - * PhobosK <[email protected]> + * PhobosK <[email protected]> * see Also AUTHORS * * This program is free software; you can redistribute it and/or modify @@ -139,8 +139,8 @@ int main ( int argc, char **argv ) "(C) 2006 PhobosK", 0, 0, - "[email protected]" ); - about.addAuthor ( "PhobosK", 0, "[email protected]" ); + "[email protected]" ); + about.addAuthor ( "PhobosK", 0, "[email protected]" ); TDECmdLineArgs::init( argc, argv, &about ); KUniqueApplication::addCmdLineOptions(); |