Commit 6648b8a86c53f152b412a2431da754a2e20edc40

Authored by Perry Werneck
1 parent 909fc2fa
Exists in master and in 1 other branch develop

Fixing "remap-file" property name.

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
src/terminal/properties/init.c
... ... @@ -139,8 +139,8 @@
139 139  
140 140 // Remap file
141 141 klass->properties.remap_file = g_param_spec_string(
142   - "remap",
143   - "remap",
  142 + "remap_file",
  143 + "remap_file",
144 144 _("XML file with remap table"),
145 145 FALSE,
146 146 G_PARAM_READABLE|G_PARAM_WRITABLE
... ...