summaryrefslogtreecommitdiffstats
path: root/src/gauge.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gauge.cpp')
-rw-r--r--src/gauge.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gauge.cpp b/src/gauge.cpp
index 0362abe..941603d 100644
--- a/src/gauge.cpp
+++ b/src/gauge.cpp
@@ -1,4 +1,4 @@
-// * This file is part of the COLOBOT source code
+// * This file is part of the COLOBOT source code
// * Copyright (C) 2001-2008, Daniel ROUX & EPSITEC SA, www.epsitec.ch
// *
// * This program is free software: you can redistribute it and/or modify
@@ -12,7 +12,7 @@
// * GNU General Public License for more details.
// *
// * You should have received a copy of the GNU General Public License
-// * along with this program. If not, see http://www.gnu.org/licenses/.
+// * along with this program. If not, see http://www.gnu.org/licenses/.// gauge.cpp
#define STRICT
#define D3D_OVERLOADS
@@ -49,7 +49,7 @@ CGauge::~CGauge()
}
-// Cr�e un nouveau bouton.
+// Crée un nouveau bouton.
BOOL CGauge::Create(FPOINT pos, FPOINT dim, int icon, EventMsg eventMsg)
{
@@ -60,7 +60,7 @@ BOOL CGauge::Create(FPOINT pos, FPOINT dim, int icon, EventMsg eventMsg)
}
-// Gestion d'un �v�nement.
+// Gestion d'un événement.
BOOL CGauge::EventProcess(const Event &event)
{