diff options
author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2012-04-23 22:37:11 +0000 |
---|---|---|
committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2012-04-23 22:37:11 +0000 |
commit | 1db778e4481eeab3e65d157240fbe963a8113f49 (patch) | |
tree | 9e5a839c1206ba4fa4398e8f14d407ad6aae3830 /gpg4usb.pro | |
parent | set keysize also for DSA key in key generation (before DSA key always was 102... (diff) | |
download | gpg4usb-1db778e4481eeab3e65d157240fbe963a8113f49.tar.gz gpg4usb-1db778e4481eeab3e65d157240fbe963a8113f49.zip |
tabbed about dialog with translator file seperated, but of the encoding of the TRANSLATOR file still has to be taken care of
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@902 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to '')
-rw-r--r-- | gpg4usb.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gpg4usb.pro b/gpg4usb.pro index a29a818..3b7a682 100644 --- a/gpg4usb.pro +++ b/gpg4usb.pro @@ -33,6 +33,7 @@ HEADERS += attachments.h \ textedit.h \ editorpage.h \ quitdialog.h \ + aboutdialog.h \ keyserverimportdialog.h \ verifynotification.h \ verifydetailsdialog.h \ @@ -58,6 +59,7 @@ SOURCES += attachments.cpp \ textedit.cpp \ editorpage.cpp \ quitdialog.cpp \ + aboutdialog.cpp \ keyserverimportdialog.cpp \ verifynotification.cpp \ verifydetailsdialog.cpp \ |