Commit 6648b8a86c53f152b412a2431da754a2e20edc40
1 parent
909fc2fa
Exists in
master
and in
1 other branch
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,8 +139,8 @@ | ||
| 139 | 139 | ||
| 140 | // Remap file | 140 | // Remap file |
| 141 | klass->properties.remap_file = g_param_spec_string( | 141 | klass->properties.remap_file = g_param_spec_string( |
| 142 | - "remap", | ||
| 143 | - "remap", | 142 | + "remap_file", |
| 143 | + "remap_file", | ||
| 144 | _("XML file with remap table"), | 144 | _("XML file with remap table"), |
| 145 | FALSE, | 145 | FALSE, |
| 146 | G_PARAM_READABLE|G_PARAM_WRITABLE | 146 | G_PARAM_READABLE|G_PARAM_WRITABLE |