2006-02-12 [wwp] 2.0.0cvs44
authorTristan Chabredier <wwp@claws-mail.org>
Sun, 12 Feb 2006 12:53:44 +0000 (12:53 +0000)
committerTristan Chabredier <wwp@claws-mail.org>
Sun, 12 Feb 2006 12:53:44 +0000 (12:53 +0000)
* src/prefs_themes.c
fix typos in debug messages.

ChangeLog
PATCHSETS
configure.ac
src/prefs_themes.c

index 12a77b104095baaaf6aac26af8854cf38656a6e8..7a1dad39805f9869376692a22b0fe76a5e1d9566 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-02-12 [wwp]       2.0.0cvs44
+
+       * src/prefs_themes.c
+               fix typos in debug messages.
+
 2006-02-11 [colin]     2.0.0cvs43
 
        * src/summaryview.c
index 20c13f875ae6c19ed2de071688a6a1f08c468d61..4f0afbbb9c0d0b0053445340d551aa0f4e3638d8 100644 (file)
--- a/PATCHSETS
+++ b/PATCHSETS
 ( cvs diff -u -r 1.395.2.167 -r 1.395.2.168 src/summaryview.c;  ) > 2.0.0cvs41.patchset
 ( cvs diff -u -r 1.5.2.11 -r 1.5.2.12 src/exporthtml.c;  cvs diff -u -r 1.12.2.12 -r 1.12.2.13 src/html.c;  cvs diff -u -r 1.3.2.4 -r 1.3.2.5 src/html.h;  cvs diff -u -r 1.49.2.71 -r 1.49.2.72 src/procmime.c;  cvs diff -u -r 1.96.2.94 -r 1.96.2.95 src/textview.c;  ) > 2.0.0cvs42.patchset
 ( cvs diff -u -r 1.395.2.168 -r 1.395.2.169 src/summaryview.c;  ) > 2.0.0cvs43.patchset
+( cvs diff -u -r 1.3.2.38 -r 1.3.2.39 src/prefs_themes.c;  ) > 2.0.0cvs44.patchset
index dcfbcb327c4e7d90c8d3713338769163242eb406..d40b91aa2372a602194414b48782efbde5d99d2a 100644 (file)
@@ -11,7 +11,7 @@ MINOR_VERSION=0
 MICRO_VERSION=0
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=43
+EXTRA_VERSION=44
 EXTRA_RELEASE=
 EXTRA_GTK2_VERSION=
 
index 5f736a97b02fc01018d06782447b496013b419c6..dd1f99ac593a645f204f92b5bfef156980aa6b95 100644 (file)
@@ -362,7 +362,7 @@ void prefs_themes_init(void)
        path[1] = _("Themes");
        path[2] = NULL;
 
-       debug_print("Creating prefereces for themes...\n");
+       debug_print("Creating preferences for themes...\n");
        
        tdata = g_new0(ThemesData, 1);
        prefs_themes_data = tdata;
@@ -407,7 +407,7 @@ void prefs_themes_done(void)
 {
        ThemesData *tdata = prefs_themes_data;
 
-       debug_print("Finished prefereces for themes.\n");
+       debug_print("Finished preferences for themes.\n");
        
        stock_pixmap_themes_list_free(tdata->themes);
        prefs_themes_free_names(tdata);