summaryrefslogtreecommitdiffstats
path: root/src/common
diff options
context:
space:
mode:
authorPiotr Dziwinski <piotrdz@gmail.com>2012-09-15 21:47:19 +0200
committerPiotr Dziwinski <piotrdz@gmail.com>2012-09-15 21:47:19 +0200
commit8ad15c0ef7d06d80abfa736295fbec3c5b005183 (patch)
tree3b7f619da91ddd2fbbe4a5bdae4ea136c536e52a /src/common
parentad6bc13dc2b70741ee3f006e321ba46dd421b9b5 (diff)
downloadcolobot-8ad15c0ef7d06d80abfa736295fbec3c5b005183.tar.gz
colobot-8ad15c0ef7d06d80abfa736295fbec3c5b005183.tar.bz2
colobot-8ad15c0ef7d06d80abfa736295fbec3c5b005183.zip
CMainDialog rewrite
- rewritten CMainDialog and updated CRobotMain
Diffstat (limited to 'src/common')
-rw-r--r--src/common/misc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/misc.cpp b/src/common/misc.cpp
index 57c16f4..11f60ae 100644
--- a/src/common/misc.cpp
+++ b/src/common/misc.cpp
@@ -189,7 +189,7 @@ char GetToLower(char letter)
// Converting time to string.
-void GimeToAscii(time_t time, char *buffer)
+void TimeToAscii(time_t time, char *buffer)
{
struct tm when;
int year;