From d3df4a157a67d6742dfc41a06ef4c07daedf6dcf Mon Sep 17 00:00:00 2001 From: Piotr Walkusz Date: Wed, 12 Nov 2014 23:32:26 +0100 Subject: [PATCH] Undo --- desktop/po/colobot-desktop.pot | 6 ++++-- desktop/po/fr.po | 6 ++++-- src/app/app.h | 3 ++- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/desktop/po/colobot-desktop.pot b/desktop/po/colobot-desktop.pot index ac6bbd20..4e83d4a8 100644 --- a/desktop/po/colobot-desktop.pot +++ b/desktop/po/colobot-desktop.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2013-01-20 14:26+0100\n" +"POT-Creation-Date: 2014-11-12 19:35+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -16,16 +16,19 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +#. type: Name= #: colobot.ini:1 #, no-wrap msgid "Colobot" msgstr "" +#. type: GenericName= #: colobot.ini:2 #, no-wrap msgid "Game to learn programming" msgstr "" +#. type: Comment= #: colobot.ini:3 #, no-wrap msgid "Colonize with bots" @@ -132,4 +135,3 @@ msgstr "" #: colobot.pod:47 msgid "This manpage was written by Didier Raboud >." msgstr "" - diff --git a/desktop/po/fr.po b/desktop/po/fr.po index 40fa9e1a..4cfd5eaf 100644 --- a/desktop/po/fr.po +++ b/desktop/po/fr.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2013-01-20 14:26+0100\n" +"POT-Creation-Date: 2014-11-12 19:35+0100\n" "PO-Revision-Date: 2012-12-27 11:00+0100\n" "Last-Translator: Didier Raboud \n" "Language-Team: none\n" @@ -16,16 +16,19 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" +#. type: Name= #: colobot.ini:1 #, no-wrap msgid "Colobot" msgstr "Colobot" +#. type: GenericName= #: colobot.ini:2 #, no-wrap msgid "Game to learn programming" msgstr "Apprentissage de la programmation par le jeu" +#. type: Comment= #: colobot.ini:3 #, no-wrap msgid "Colonize with bots" @@ -150,4 +153,3 @@ msgid "This manpage was written by Didier Raboud >." msgstr "" "Cette page de manuel a été écrite et traduite par Didier Raboud " ">." - diff --git a/src/app/app.h b/src/app/app.h index e0c4b24b..52ed77ad 100644 --- a/src/app/app.h +++ b/src/app/app.h @@ -202,8 +202,9 @@ struct ApplicationPrivate; class CApplication : public CSingleton { public: + //! Constructor (can only be called once!) CApplication(); - + //! Destructor ~CApplication(); //! Returns the application's event queue