diff options
Diffstat (limited to 'app-crypt/forcefield/files/forcefield-0.16-gettext.patch')
-rw-r--r-- | app-crypt/forcefield/files/forcefield-0.16-gettext.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/app-crypt/forcefield/files/forcefield-0.16-gettext.patch b/app-crypt/forcefield/files/forcefield-0.16-gettext.patch deleted file mode 100644 index d841573..0000000 --- a/app-crypt/forcefield/files/forcefield-0.16-gettext.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- src/main/forcefield.in.py.orig 2007-03-25 18:05:30.000000000 +0200 -+++ src/main/forcefield.in.py 2007-03-25 18:07:26.000000000 +0200 -@@ -99,10 +99,10 @@ - # "suppressSuidWarning" - # ) - -- popup.Popup(_("Forcefield need truecrypt to be installed with suid bit set.\n \ -+ popup.Popup("Forcefield need truecrypt to be installed with suid bit set.\n \ - Sorry for that.\n", - "Suppress further suid warnings", -- "suppressSuidWarning") -+ "suppressSuidWarning" - ) - mounted= self.mountedVolumes() - |