openbsd-ports/x11/gnustep/gnumail/patches/patch-Bundles_PGP_PGPViewController_m
sebastia 93729da1d6 Fix some buttons in the interface, and some patches from Debian to fix some
problems in the PGP Bundle.

OK ajacoutot@, jasper@
2010-10-24 13:03:22 +00:00

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;
}