diff options
-rw-r--r-- | addressbook/gui/contact-editor/test-editor.c | 37 | ||||
-rw-r--r-- | po/POTFILES.in | 3 |
2 files changed, 14 insertions, 26 deletions
diff --git a/addressbook/gui/contact-editor/test-editor.c b/addressbook/gui/contact-editor/test-editor.c index 6c3349eada..d6f77c3261 100644 --- a/addressbook/gui/contact-editor/test-editor.c +++ b/addressbook/gui/contact-editor/test-editor.c @@ -28,31 +28,18 @@ #include "e-contact-editor.h" #include "ebook/e-card.h" -#define TEST_VCARD \ -"BEGIN:VCARD -" \ -"FN:Nat -" \ -"N:Friedman;Nat;D;Mr. -" \ -"BDAY:1977-08-06 -" \ -"TEL;WORK:617 679 1984 -" \ -"TEL;CELL:123 456 7890 -" \ -"EMAIL;INTERNET:nat@nat.org -" \ -"EMAIL;INTERNET:nat@ximian.com -" \ -"ADR;WORK;POSTAL:P.O. Box 101;;;Any Town;CA;91921-1234; -" \ -"ADR;HOME;POSTAL;INTL:P.O. Box 202;;;Any Town 2;MI;12344-4321;USA -" \ -"END:VCARD -" \ -" -" +#define TEST_VCARD \ +"BEGIN:VCARD\n" \ +"FN:Nat\n" \ +"N:Friedman;Nat;D;Mr.\n" \ +"BDAY:1977-08-06\n" \ +"TEL;WORK:617 679 1984\n" \ +"TEL;CELL:123 456 7890\n" \ +"EMAIL;INTERNET:nat@nat.org\n" \ +"EMAIL;INTERNET:nat@ximian.com\n" \ +"ADR;WORK;POSTAL:P.O. Box 101;;;Any Town;CA;91921-1234;\n" \ +"ADR;HOME;POSTAL;INTL:P.O. Box 202;;;Any Town 2;MI;12344-4321;USA\n" \ +"END:VCARD\n" static gchar * read_file (gchar *name) diff --git a/po/POTFILES.in b/po/POTFILES.in index 3b3727ed0e..3fe1f9f363 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -343,8 +343,9 @@ plugins/groupwise-features/mail-retract.c plugins/groupwise-features/org-gnome-compose-send-options.xml plugins/groupwise-features/org-gnome-groupwise-features.eplug.xml plugins/groupwise-features/org-gnome-mail-retract.error.xml -plugins/groupwise-features/org-gnome-proxy.error.xml +plugins/groupwise-features/org-gnome-process-meeting.error.xml plugins/groupwise-features/org-gnome-proxy-login.error.xml +plugins/groupwise-features/org-gnome-proxy.error.xml plugins/groupwise-features/org-gnome-shared-folder.error.xml plugins/groupwise-features/process-meeting.c plugins/groupwise-features/properties.glade |