aboutsummaryrefslogtreecommitdiff
path: root/ide
diff options
context:
space:
mode:
Diffstat (limited to 'ide')
-rw-r--r--ide/preferences.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ide/preferences.ml b/ide/preferences.ml
index 85c5690158..39eaccb526 100644
--- a/ide/preferences.ml
+++ b/ide/preferences.ml
@@ -32,7 +32,7 @@ let loaded_accel_file =
try get_config_file "coqide.keys"
with Not_found -> Filename.concat (Option.default "" (Glib.get_home_dir ())) ".coqide.keys"
-let mod_to_str (m:Gdk.Tags.modifier) =
+let mod_to_str m =
match m with
| `MOD1 -> "<Alt>"
| `MOD2 -> "<Mod2>"