From 92441127eac184eb935ccda052d9a91f4a7d1d02 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Cl=C3=A9ment=20Stenac?= Date: Thu, 23 Jun 2005 18:58:12 +0000 Subject: [PATCH] Backport [11507] to 0.8.2 --- modules/gui/wxwindows/preferences.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/gui/wxwindows/preferences.cpp b/modules/gui/wxwindows/preferences.cpp index c1bfa76543..1354467ef7 100644 --- a/modules/gui/wxwindows/preferences.cpp +++ b/modules/gui/wxwindows/preferences.cpp @@ -1055,6 +1055,7 @@ void PrefsPanel::ApplyChanges() case CONFIG_ITEM_FILE: case CONFIG_ITEM_DIRECTORY: case CONFIG_ITEM_MODULE: + case CONFIG_ITEM_MODULE_CAT: case CONFIG_ITEM_MODULE_LIST: case CONFIG_ITEM_MODULE_LIST_CAT: config_PutPsz( p_intf, control->GetName().mb_str(), -- 2.39.2