diff options
| author | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2010-06-07 21:30:06 +0200 |
|---|---|---|
| committer | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2010-06-07 21:30:06 +0200 |
| commit | 7e94b4d268c455999a0ef8dfe469fb671e2d88c8 (patch) | |
| tree | 076c71615c15280f0e4a5ed2dc1fd90d77ce2e96 | |
| 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
| -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... |
