--- a/src/configDialog.cpp Thu Jun 27 03:00:00 2013 +0300 +++ b/src/configDialog.cpp Thu Jun 27 12:12:53 2013 +0300 @@ -715,7 +715,10 @@ // Ext program settings for (const extProgInfo& info : g_extProgInfo) + { *info.path = info.input->text (); + *info.wine = info.wineBox->isChecked(); + } // Save the config config::save ();