summaryrefslogtreecommitdiffstats
path: root/src/ui/edit.h
diff options
context:
space:
mode:
authorerihel <erihel@gmail.com>2013-03-20 21:50:44 +0100
committererihel <erihel@gmail.com>2013-03-20 21:50:44 +0100
commit1406464f0ce0b804298e2ee034bdd8bc7856e0dc (patch)
tree4d886e90609d4b77732d938c6b094fd1959d77c6 /src/ui/edit.h
parent64be7a5df60bdf444d31eb2cc4945929a4c4a695 (diff)
downloadcolobot-1406464f0ce0b804298e2ee034bdd8bc7856e0dc.tar.gz
colobot-1406464f0ce0b804298e2ee034bdd8bc7856e0dc.tar.bz2
colobot-1406464f0ce0b804298e2ee034bdd8bc7856e0dc.zip
* Changed Set/Get HilateCap to Set/Get HighlightCap
* Changes ReadText in CEdit to fix problem with SatCom links * Filenames when loading/saving scripts should be fixed on mxe
Diffstat (limited to 'src/ui/edit.h')
-rw-r--r--src/ui/edit.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/edit.h b/src/ui/edit.h
index 8b84fcd..1cfec80 100644
--- a/src/ui/edit.h
+++ b/src/ui/edit.h
@@ -155,8 +155,8 @@ public:
void SetEditCap(bool bMode);
bool GetEditCap();
- void SetHiliteCap(bool bEnable);
- bool GetHiliteCap();
+ void SetHighlightCap(bool bEnable);
+ bool GetHighlightCap();
void SetInsideScroll(bool bInside);
bool GetInsideScroll();