Use SetInt to set the Keymapping version, instead of Set.
svn-id: r22073
This commit is contained in:
parent
fb905751c7
commit
7b80324c6d
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ bool Actions::saveMapping() {
|
|||
char tempo[200];
|
||||
int i;
|
||||
tempo[0] = '\0';
|
||||
ConfMan.set("action_mapping_version", version(), domain());
|
||||
ConfMan.setInt("action_mapping_version", version(), domain());
|
||||
for (i=0; i<size(); i++) {
|
||||
char x[10];
|
||||
sprintf(x, "%.4x ", _action_mapping[i]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue