Beginning of setting to disable multi-shortcuts: settable in options, saved and reloaded, no effect so far.

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1768 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Yves Rizoud
2011-04-04 19:34:15 +00:00
parent 65b3c4290a
commit 1d24885ddc
5 changed files with 20 additions and 1 deletions

View File

@@ -702,6 +702,10 @@ int Save_INI(T_Config * conf)
if ((return_code=Save_INI_set_strings (old_file,new_file,buffer,"Scripts_directory",conf->Scripts_directory)))
goto Erreur_Retour;
values[0]=(conf->Allow_multi_shortcuts);
if ((return_code=Save_INI_set_values (old_file,new_file,buffer,"Allow_multi_shortcuts",1,values,1)))
goto Erreur_Retour;
// Insert new values here
Save_INI_flush(old_file,new_file,buffer);