From c425de942c1534a5e98bd981685a332389b51d90 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Fri, 1 Apr 2016 14:46:13 +0200 Subject: [PATCH] Aesthetic modifications --- UpdSignXML/locale/sl_SI.po | 12 ++++++------ UpdSignXML/main.cpp | 4 ++-- UpdSignXML/stdafx.h | 1 - 3 files changed, 8 insertions(+), 9 deletions(-) diff --git a/UpdSignXML/locale/sl_SI.po b/UpdSignXML/locale/sl_SI.po index fc1bb69..ed13e09 100644 --- a/UpdSignXML/locale/sl_SI.po +++ b/UpdSignXML/locale/sl_SI.po @@ -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 \n" "Language-Team: Amebis, d. o. o., Kamnik \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 "" +msgstr "" #: main.cpp:40 -msgid "output file" -msgstr "izhodna datoteka" +msgid "" +msgstr "" diff --git a/UpdSignXML/main.cpp b/UpdSignXML/main.cpp index 93ce953..0d32c8e 100644 --- a/UpdSignXML/main.cpp +++ b/UpdSignXML/main.cpp @@ -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 , _("" ), wxCMD_LINE_VAL_STRING, wxCMD_LINE_OPTION_MANDATORY }, + { wxCMD_LINE_PARAM , NULL, NULL , _("" ), wxCMD_LINE_VAL_STRING, wxCMD_LINE_OPTION_MANDATORY }, { wxCMD_LINE_NONE } }; diff --git a/UpdSignXML/stdafx.h b/UpdSignXML/stdafx.h index bcefdc1..2d76bd1 100644 --- a/UpdSignXML/stdafx.h +++ b/UpdSignXML/stdafx.h @@ -27,6 +27,5 @@ #include #include -#include #include #include