summaryrefslogtreecommitdiffstats
path: root/src/ui/edit.h
diff options
context:
space:
mode:
authorerihel <erihel@gmail.com>2013-04-11 13:37:15 +0200
committererihel <erihel@gmail.com>2013-04-11 13:37:15 +0200
commit01309c8bd0a9ac4476952ec5063499ec980a7b12 (patch)
treec594cc79fa1c27e13cbe37ef9b1711b4719c3933 /src/ui/edit.h
parent99d386b61a29e6f8cadf2f91019017736c681f00 (diff)
downloadcolobot-01309c8bd0a9ac4476952ec5063499ec980a7b12.tar.gz
colobot-01309c8bd0a9ac4476952ec5063499ec980a7b12.tar.bz2
colobot-01309c8bd0a9ac4476952ec5063499ec980a7b12.zip
* Added clipboard support (issue #60)
* Fixed keyboard shortcuts while code editing in game
Diffstat (limited to 'src/ui/edit.h')
-rw-r--r--src/ui/edit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/edit.h b/src/ui/edit.h
index 1cfec80..df4f143 100644
--- a/src/ui/edit.h
+++ b/src/ui/edit.h
@@ -184,7 +184,7 @@ public:
bool GetMultiFont();
bool Cut();
- bool Copy();
+ bool Copy(bool memorize_cursor = false);
bool Paste();
bool Undo();