From 7b87c829fb61e24eca2fb27664dfef8a44863ca3 Mon Sep 17 00:00:00 2001 From: Julien Pivotto <roidelapluie@esquimaux.be> Date: Sun, 10 Jun 2007 07:13:28 +0000 Subject: [PATCH] use wrap words in vcard annotations (like in about). --- data/glade/vcard_information_window.glade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/glade/vcard_information_window.glade b/data/glade/vcard_information_window.glade index 0adbb8acc0..036945e5ba 100644 --- a/data/glade/vcard_information_window.glade +++ b/data/glade/vcard_information_window.glade @@ -2660,7 +2660,7 @@ <property name="overwrite">False</property> <property name="accepts_tab">True</property> <property name="justification">GTK_JUSTIFY_LEFT</property> - <property name="wrap_mode">GTK_WRAP_NONE</property> + <property name="wrap_mode">GTK_WRAP_WORD</property> <property name="cursor_visible">True</property> <property name="pixels_above_lines">0</property> <property name="pixels_below_lines">0</property> -- GitLab