summaryrefslogtreecommitdiff
path: root/debian/patches/Minor-typo-in-hint-double-quote-instead-of-single.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/Minor-typo-in-hint-double-quote-instead-of-single.patch')
-rw-r--r--debian/patches/Minor-typo-in-hint-double-quote-instead-of-single.patch32
1 files changed, 0 insertions, 32 deletions
diff --git a/debian/patches/Minor-typo-in-hint-double-quote-instead-of-single.patch b/debian/patches/Minor-typo-in-hint-double-quote-instead-of-single.patch
deleted file mode 100644
index 2d67d14..0000000
--- a/debian/patches/Minor-typo-in-hint-double-quote-instead-of-single.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-From: Paul Gevers <elbrus@debian.org>
-Date: Sun, 25 May 2014 13:22:39 +0200
-Subject: Minor typo in hint double quote instead of single
-
-Bug: http://code.google.com/p/winff/issues/detail?id=211
-Source: Source: http://code.google.com/p/winff/source/detail?r=821
----
- unit1.lfm | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/unit1.lfm b/unit1.lfm
-index e40fc83..0b1a448 100755
---- a/unit1.lfm
-+++ b/unit1.lfm
-@@ -1410,7 +1410,7 @@ object frmMain: TfrmMain
- AnchorSideTop.Side = asrBottom
- Left = 0
- Height = 23
-- Hint = '(<integer> X <integer>) Amount of pixels in each frame. For codecs that don''''t support pixel aspect ratio (PAR) this is the final frame size.'
-+ Hint = '(<integer> X <integer>) Amount of pixels in each frame. For codecs that don''t support pixel aspect ratio (PAR) this is the final frame size.'
- Top = 22
- Width = 40
- BorderSpacing.Top = 3
-@@ -1426,7 +1426,7 @@ object frmMain: TfrmMain
- AnchorSideRight.Side = asrBottom
- Left = 60
- Height = 23
-- Hint = '(<integer> X <integer>) Amount of pixels in each frame. For codecs that don''''t support pixel aspect ratio (PAR) this is the final frame size.'
-+ Hint = '(<integer> X <integer>) Amount of pixels in each frame. For codecs that don''t support pixel aspect ratio (PAR) this is the final frame size.'
- Top = 22
- Width = 40
- Anchors = [akTop, akRight]