aboutsummaryrefslogtreecommitdiffstats
path: root/gpgwin.cpp
diff options
context:
space:
mode:
authornils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2011-01-10 04:09:12 +0000
committernils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2011-01-10 04:09:12 +0000
commit90c6e2e1864cf93d4c694ef01edb2c2886ea10d4 (patch)
tree2270f8e5026d2d62cf4089dbff550acc7833400b /gpgwin.cpp
parentsome more handling of tab closing (diff)
downloadgpg4usb-90c6e2e1864cf93d4c694ef01edb2c2886ea10d4.tar.gz
gpg4usb-90c6e2e1864cf93d4c694ef01edb2c2886ea10d4.zip
set focus to textedit on start
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@438 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'gpgwin.cpp')
-rw-r--r--gpgwin.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/gpgwin.cpp b/gpgwin.cpp
index 1980c5e..7a6e496 100644
--- a/gpgwin.cpp
+++ b/gpgwin.cpp
@@ -69,6 +69,7 @@ GpgWin::GpgWin()
edit->loadFile(args[1]);
}
}
+ edit->curTextPage()->setFocus();
}
void GpgWin::restoreSettings()