src/gtkdialogs.c

changeset 10835
9bd71d67d4a6
parent 10832
7facd4303838
child 10851
6fe3247a73a4
equal deleted inserted replaced
10834:5fd1dfd395e8 10835:9bd71d67d4a6
359 #endif 359 #endif
360 360
361 361
362 g_string_append(str, "<br/> <b>Library Support</b><br/>"); 362 g_string_append(str, "<br/> <b>Library Support</b><br/>");
363 363
364 #if defined(LIBEBOOK_MAJOR_VER) && defined(LIBEBOOK_MINOR_VER) && defined(LIBEBOOK_MICRO_VER) 364 #ifdef HAVE_EVOLUTION_ADDRESSBOOK
365 g_string_append_printf(str, " <b>Evolution:</b> Enabled (Version %i.%i.%i)<br/>", LIBEBOOK_MAJOR_VER, LIBEBOOK_MINOR_VER, LIBEBOOK_MICRO_VER); 365 g_string_append_printf(str, " <b>Evolution Addressbook:</b> Enabled<br/>");
366 #else 366 #else
367 g_string_append_printf(str, " <b>Evolution:</b> Disabled<br/>"); 367 g_string_append_printf(str, " <b>Evolution Addressbook:</b> Disabled<br/>");
368 #endif 368 #endif
369 369
370 #ifdef USE_GTKSPELL 370 #ifdef USE_GTKSPELL
371 g_string_append(str, " <b>GtkSpell:</b> Enabled<br/>"); 371 g_string_append(str, " <b>GtkSpell:</b> Enabled<br/>");
372 #else 372 #else

mercurial