diff options
Diffstat (limited to 'src/ui/MainWindow.h')
-rw-r--r-- | src/ui/MainWindow.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/ui/MainWindow.h b/src/ui/MainWindow.h index 095bc974..82acee63 100644 --- a/src/ui/MainWindow.h +++ b/src/ui/MainWindow.h @@ -1,7 +1,7 @@ /** - * This file is part of GPGFrontend. + * This file is part of GpgFrontend. * - * GPGFrontend is free software: you can redistribute it and/or modify + * GpgFrontend is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. @@ -230,11 +230,11 @@ class MainWindow : public QMainWindow { */ void slotOpenSettingsDialog(); -// /** -// * @details Show a warn message in status bar, if there are files in -// * attachment folder. -// */ -// void slotCheckAttachmentFolder(); + // /** + // * @details Show a warn message in status bar, if there are files in + // * attachment folder. + // */ + // void slotCheckAttachmentFolder(); /** * @details Replace double linebreaks by single linebreaks in currently active |