Aesthetic modifications
This commit is contained in:
parent
4a391058bd
commit
c425de942c
@ -1,8 +1,8 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: UpdSignXML\n"
|
"Project-Id-Version: UpdSignXML\n"
|
||||||
"POT-Creation-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:23+0200\n"
|
"PO-Revision-Date: 2016-04-01 14:34+0200\n"
|
||||||
"Last-Translator: Simon Rozman <simon.rozman@amebis.si>\n"
|
"Last-Translator: Simon Rozman <simon.rozman@amebis.si>\n"
|
||||||
"Language-Team: Amebis, d. o. o., Kamnik <info@amebis.si>\n"
|
"Language-Team: Amebis, d. o. o., Kamnik <info@amebis.si>\n"
|
||||||
"Language: sl_SI\n"
|
"Language: sl_SI\n"
|
||||||
@ -22,9 +22,9 @@ msgid "Show this help message"
|
|||||||
msgstr "Pokaži to sporočilo pomoči"
|
msgstr "Pokaži to sporočilo pomoči"
|
||||||
|
|
||||||
#: main.cpp:39
|
#: main.cpp:39
|
||||||
msgid "input file"
|
msgid "<input file>"
|
||||||
msgstr "vhodna datoteka"
|
msgstr "<vhodna datoteka>"
|
||||||
|
|
||||||
#: main.cpp:40
|
#: main.cpp:40
|
||||||
msgid "output file"
|
msgid "<output file>"
|
||||||
msgstr "izhodna datoteka"
|
msgstr "<izhodna datoteka>"
|
||||||
|
@ -36,8 +36,8 @@ int _tmain(int argc, _TCHAR *argv[])
|
|||||||
static const wxCmdLineEntryDesc cmdLineDesc[] =
|
static const wxCmdLineEntryDesc cmdLineDesc[] =
|
||||||
{
|
{
|
||||||
{ wxCMD_LINE_SWITCH, "h" , "help", _("Show this help message"), wxCMD_LINE_VAL_NONE , wxCMD_LINE_OPTION_HELP },
|
{ 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 , _("<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 , _("<output file>" ), wxCMD_LINE_VAL_STRING, wxCMD_LINE_OPTION_MANDATORY },
|
||||||
|
|
||||||
{ wxCMD_LINE_NONE }
|
{ wxCMD_LINE_NONE }
|
||||||
};
|
};
|
||||||
|
@ -27,6 +27,5 @@
|
|||||||
#include <wx/cmdline.h>
|
#include <wx/cmdline.h>
|
||||||
#include <wx/xml/xml.h>
|
#include <wx/xml/xml.h>
|
||||||
|
|
||||||
#include <wxex/common.h>
|
|
||||||
#include <wxex/crypto.h>
|
#include <wxex/crypto.h>
|
||||||
#include <wxex/xml.h>
|
#include <wxex/xml.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user