diff options
Diffstat (limited to 'src/plugins/FileDialogs/TwoPanelFileDialog/twopanelfiledialog.cpp')
| -rw-r--r-- | src/plugins/FileDialogs/TwoPanelFileDialog/twopanelfiledialog.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/FileDialogs/TwoPanelFileDialog/twopanelfiledialog.cpp b/src/plugins/FileDialogs/TwoPanelFileDialog/twopanelfiledialog.cpp index 473fe4dde..e236e2a6a 100644 --- a/src/plugins/FileDialogs/TwoPanelFileDialog/twopanelfiledialog.cpp +++ b/src/plugins/FileDialogs/TwoPanelFileDialog/twopanelfiledialog.cpp @@ -1,6 +1,6 @@ /************************************************************************** * Copyright (C) 2016 by Ilya Kotov * -* forkotov02@hotmail.ru * +* forkotov02@ya.ru * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -76,7 +76,7 @@ void TwoPanelFileDialogFactory::showAbout(QWidget *parent) { QMessageBox::about (parent, tr("About Two-panel File Dialog"), tr("Two-panel File Dialog") + "\n" + - tr("Written by: Ilya Kotov <forkotov02@hotmail.ru>") + "\n" + + tr("Written by: Ilya Kotov <forkotov02@ya.ru>") + "\n" + tr("Based on code from the Qt library")); } |
