From: Melvin Hadasht Date: Fri, 21 Sep 2001 19:02:44 +0000 (+0000) Subject: changed 'dictionary_path' to 'dictionary' to be consistent X-Git-Tag: Release_0_6_4claws12~128 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=3212ccea38b67823f98e9fa93b64a036a5cf6b75;hp=038a1d7c73c55f1fc5b56d8ea48dd59159a6509e changed 'dictionary_path' to 'dictionary' to be consistent --- diff --git a/src/compose.c b/src/compose.c index 5ad53380e..4109617b9 100644 --- a/src/compose.c +++ b/src/compose.c @@ -3580,7 +3580,7 @@ static Compose *compose_create(PrefsAccount *account, ComposeMode mode) if (prefs_common.enable_pspell) { gtkpspell = gtkpspell_new_with_config(gtkpspellconfig, prefs_common.pspell_path, - prefs_common.dictionary_path, + prefs_common.dictionary, PSPELL_FASTMODE,NULL); if (gtkpspell == NULL) prefs_common.enable_pspell = FALSE; diff --git a/src/prefs_common.h b/src/prefs_common.h index f12bd6d9b..518f86c7b 100644 --- a/src/prefs_common.h +++ b/src/prefs_common.h @@ -81,7 +81,7 @@ struct _PrefsCommon #if USE_PSPELL gboolean enable_pspell; gchar *pspell_path; - gchar *dictionary_path; + gchar *dictionary; #endif /* Display */