Aesthetic modifications

This commit is contained in:
Simon Rozman 2016-04-01 14:46:13 +02:00
parent 4a391058bd
commit c425de942c
3 changed files with 8 additions and 9 deletions

View File

@ -1,8 +1,8 @@
msgid ""
msgstr ""
"Project-Id-Version: UpdSignXML\n"
"POT-Creation-Date: 2016-04-01 14:23+0200\n"
"PO-Revision-Date: 2016-04-01 14:23+0200\n"
"POT-Creation-Date: 2016-04-01 14:34+0200\n"
"PO-Revision-Date: 2016-04-01 14:34+0200\n"
"Last-Translator: Simon Rozman <simon.rozman@amebis.si>\n"
"Language-Team: Amebis, d. o. o., Kamnik <info@amebis.si>\n"
"Language: sl_SI\n"
@ -22,9 +22,9 @@ msgid "Show this help message"
msgstr "Pokaži to sporočilo pomoči"
#: main.cpp:39
msgid "input file"
msgstr "vhodna datoteka"
msgid "<input file>"
msgstr "<vhodna datoteka>"
#: main.cpp:40
msgid "output file"
msgstr "izhodna datoteka"
msgid "<output file>"
msgstr "<izhodna datoteka>"

View File

@ -36,8 +36,8 @@ int _tmain(int argc, _TCHAR *argv[])
static const wxCmdLineEntryDesc cmdLineDesc[] =
{
{ wxCMD_LINE_SWITCH, "h" , "help", _("Show this help message"), wxCMD_LINE_VAL_NONE , wxCMD_LINE_OPTION_HELP },
{ wxCMD_LINE_PARAM , NULL, NULL , _("input file" ), wxCMD_LINE_VAL_STRING, wxCMD_LINE_OPTION_MANDATORY },
{ wxCMD_LINE_PARAM , NULL, NULL , _("output file" ), wxCMD_LINE_VAL_STRING, wxCMD_LINE_OPTION_MANDATORY },
{ wxCMD_LINE_PARAM , NULL, NULL , _("<input file>" ), wxCMD_LINE_VAL_STRING, wxCMD_LINE_OPTION_MANDATORY },
{ wxCMD_LINE_PARAM , NULL, NULL , _("<output file>" ), wxCMD_LINE_VAL_STRING, wxCMD_LINE_OPTION_MANDATORY },
{ wxCMD_LINE_NONE }
};

View File

@ -27,6 +27,5 @@
#include <wx/cmdline.h>
#include <wx/xml/xml.h>
#include <wxex/common.h>
#include <wxex/crypto.h>
#include <wxex/xml.h>