summaryrefslogtreecommitdiffstats
path: root/src/app/system.h
diff options
context:
space:
mode:
authorPiotr Dziwinski <piotrdz@gmail.com>2012-06-26 22:23:05 +0200
committerPiotr Dziwinski <piotrdz@gmail.com>2012-06-26 22:23:05 +0200
commitebed57aa22b772211387a5561f995eee8f5faed1 (patch)
tree9a0b08371df54c125957e63c7ecff81c001d4eaf /src/app/system.h
parentfc5389d18816799ba2698914384cd099ba8a7a6c (diff)
downloadcolobot-ebed57aa22b772211387a5561f995eee8f5faed1.tar.gz
colobot-ebed57aa22b772211387a5561f995eee8f5faed1.tar.bz2
colobot-ebed57aa22b772211387a5561f995eee8f5faed1.zip
Whitespace and language change
- changed tabs to spaces and DOS line endings to Unix (except in CBot and metafile) - changed language to English - fixed #include <d3d.h> in d3dengine.h
Diffstat (limited to 'src/app/system.h')
-rw-r--r--src/app/system.h28
1 files changed, 14 insertions, 14 deletions
diff --git a/src/app/system.h b/src/app/system.h
index fd1c051..95571a2 100644
--- a/src/app/system.h
+++ b/src/app/system.h
@@ -28,16 +28,16 @@
*/
enum SystemDialogType
{
- //! Information message
- SDT_INFO,
- //! Warning message
- SDT_WARNING,
- //! Error message
- SDT_ERROR,
- //! Yes/No question
- SDT_YES_NO,
- //! Ok/Cancel question
- SDT_OK_CANCEL
+ //! Information message
+ SDT_INFO,
+ //! Warning message
+ SDT_WARNING,
+ //! Error message
+ SDT_ERROR,
+ //! Yes/No question
+ SDT_YES_NO,
+ //! Ok/Cancel question
+ SDT_OK_CANCEL
};
/**
@@ -47,10 +47,10 @@ enum SystemDialogType
*/
enum SystemDialogResult
{
- SDR_OK,
- SDR_CANCEL,
- SDR_YES,
- SDR_NO
+ SDR_OK,
+ SDR_CANCEL,
+ SDR_YES,
+ SDR_NO
};
//! Displays a system dialog