93729da1d6
problems in the PGP Bundle. OK ajacoutot@, jasper@
16 lines
570 B
Plaintext
16 lines
570 B
Plaintext
$OpenBSD: patch-Bundles_PGP_PGPViewController_m,v 1.1 2010/10/24 13:03:22 sebastia Exp $
|
|
|
|
patch from Debian repository
|
|
|
|
--- Bundles/PGP/PGPViewController.m.orig Sat Apr 29 18:56:26 2006
|
|
+++ Bundles/PGP/PGPViewController.m Sun Oct 24 12:15:06 2010
|
|
@@ -71,7 +71,7 @@ static PGPViewController *singleInstance = nil;
|
|
|
|
// We set the version label value
|
|
[versionLabel setStringValue: [NSString stringWithFormat: _(@"Version: %@"),
|
|
- [[PGPController singleInstance] version]]];
|
|
+ [[PGPController singleInstance] gnumailBundleVersion]]];
|
|
|
|
return self;
|
|
}
|