Skip to content

Commit

Permalink
add missing patch (was bug https://trac.macports.org/ticket/6031)
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@15411 d073be05-634f-4543-b044-5fe20cf6d1d6
  • Loading branch information
Markus W. Weißmann committed Dec 11, 2005
1 parent 5aeed92 commit 677b767
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions sysutils/contacts/files/patch-FormatHelper.m
@@ -0,0 +1,22 @@
--- FormatHelper.m 2005-09-23 14:16:33.000000000 -0500
+++ FormatHelper.m 2005-09-23 14:18:03.000000000 -0500
@@ -334,6 +334,8 @@
return getStringForLabel(person, kABFirstNameProperty, nil);
case 'l':
return getStringForLabel(person, kABLastNameProperty, nil);
+ case 'm':
+ return getStringForLabel(person, kABMiddleNameProperty, nil);
case 'n':
return getStringForLabel(person, kABNicknameProperty, nil);
default:
--- contacts.1 2005-09-23 14:25:25.000000000 -0500
+++ contacts.1 2005-09-23 14:25:59.000000000 -0500
@@ -53,6 +53,8 @@
first name
.It %ln \" Each item preceded by .It macro
last name
+.It %mn \" Each item preceded by .It macro
+middle name
.It %nn \" Each item preceded by .It macro
nick name
.It %p \" Each item preceded by .It macro

0 comments on commit 677b767

Please sign in to comment.