diff options
author | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2010-06-07 19:30:06 +0000 |
---|---|---|
committer | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2010-06-07 19:30:06 +0000 |
commit | 7e94b4d268c455999a0ef8dfe469fb671e2d88c8 (patch) | |
tree | 076c71615c15280f0e4a5ed2dc1fd90d77ce2e96 /main.cpp | |
parent | fix behaviour on close if canceled (diff) | |
download | gpg4usb-7e94b4d268c455999a0ef8dfe469fb671e2d88c8.tar.gz gpg4usb-7e94b4d268c455999a0ef8dfe469fb671e2d88c8.zip |
fix behaviour on close if canceled
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@346 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'main.cpp')
-rw-r--r-- | main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ int main(int argc, char *argv[]) QApplication app(argc, argv); - app.setApplicationVersion("0.2.3"); + app.setApplicationVersion("0.2.4"); app.setApplicationName("gpg4usb"); // QSettings uses org-name for automatically setting path... |