summaryrefslogtreecommitdiff
path: root/main.cpp
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss123next@list.ru>2010-08-24 21:27:40 +0300
committerGluzskiy Alexandr <sss123next@list.ru>2010-08-24 21:27:40 +0300
commit1d69a5d7728ddb03ef5e6f29de762d4eb5fc6256 (patch)
treef16ce5b63dafd793bfc61d563cb25f1c10885d38 /main.cpp
parent35c5cc6c13327c36e3e0bf0f5d6431a9c19c897a (diff)
bugfixes
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.cpp b/main.cpp
index e14ff6c..e4a92fc 100644
--- a/main.cpp
+++ b/main.cpp
@@ -150,7 +150,7 @@ static BOOL CALLBACK DlgProcFirstRun(HWND hwndDlg,UINT msg,WPARAM wParam,LPARAM
{
string out;
DWORD code;
- wstring cmd = _T("--batch --export -a ");
+ wstring cmd = _T("--batch -a --export ");
cmd += fp;
if(pxExecute(&cmd, "", &out, &code) == pxNotFound)
{
@@ -751,7 +751,7 @@ static BOOL CALLBACK DlgProcLoadExistingKey(HWND hwndDlg,UINT msg,WPARAM wParam,
extern HWND hPubKeyEdit;
string out;
DWORD code;
- wstring cmd = _T("--batch --export -a ");
+ wstring cmd = _T("--batch -a --export ");
cmd += id;
if(pxExecute(&cmd, "", &out, &code) == pxNotFound)
{