[SCM] zynaddsubfx/master: Fix small misspellings.
alessio at users.alioth.debian.org
alessio at users.alioth.debian.org
Tue Nov 27 01:56:58 UTC 2012
The following commit has been merged in the master branch:
commit a61579b6cf85e14a5d4a7777bfaa5bbd0d5d608f
Author: Alessio Treglia <alessio at debian.org>
Date: Tue Nov 27 01:52:11 2012 +0000
Fix small misspellings.
diff --git a/debian/patches/0002-misspellings.patch b/debian/patches/0002-misspellings.patch
new file mode 100644
index 0000000..1e7cdd9
--- /dev/null
+++ b/debian/patches/0002-misspellings.patch
@@ -0,0 +1,42 @@
+Description: Fix small misspellings.
+Author: Alessio Treglia <alessio at debian.org>
+Forwarded: no
+---
+ src/UI/ADnoteUI.fl | 2 +-
+ src/UI/PADnoteUI.fl | 2 +-
+ src/UI/SUBnoteUI.fl | 2 +-
+ 3 files changed, 3 insertions(+), 3 deletions(-)
+
+--- zynaddsubfx.orig/src/UI/ADnoteUI.fl
++++ zynaddsubfx/src/UI/ADnoteUI.fl
+@@ -481,7 +481,7 @@ if (x==0) fixedfreqetdial->deactivate();
+ Fl_Dial fixedfreqetdial {
+ label {Eq.T.}
+ callback {pars->VoicePar[nvoice].PfixedfreqET=(int) o->value();}
+- tooltip {How the frequency varies acording to the keyboard (leftmost for fixed frequency)} xywh {405 255 15 15} box ROUND_UP_BOX labelsize 10 align 8 maximum 127 step 1
++ tooltip {How the frequency varies according to the keyboard (leftmost for fixed frequency)} xywh {405 255 15 15} box ROUND_UP_BOX labelsize 10 align 8 maximum 127 step 1
+ code0 {o->value(pars->VoicePar[nvoice].PfixedfreqET);}
+ code1 {if (pars->VoicePar[nvoice].Pfixedfreq==0) o->deactivate();}
+ class WidgetPDial
+--- zynaddsubfx.orig/src/UI/PADnoteUI.fl
++++ zynaddsubfx/src/UI/PADnoteUI.fl
+@@ -842,7 +842,7 @@ if (x==0) fixedfreqetdial->deactivate();
+ Fl_Dial fixedfreqetdial {
+ label {Eq.T.}
+ callback {pars->PfixedfreqET=(int) o->value();}
+- tooltip {How the frequency varies acording to the keyboard (leftmost for fixed frequency)} xywh {420 295 15 15} box ROUND_UP_BOX labelsize 10 align 8 maximum 127 step 1
++ tooltip {How the frequency varies according to the keyboard (leftmost for fixed frequency)} xywh {420 295 15 15} box ROUND_UP_BOX labelsize 10 align 8 maximum 127 step 1
+ code0 {o->value(pars->PfixedfreqET);}
+ code1 {if (pars->Pfixedfreq==0) o->deactivate();}
+ class WidgetPDial
+--- zynaddsubfx.orig/src/UI/SUBnoteUI.fl
++++ zynaddsubfx/src/UI/SUBnoteUI.fl
+@@ -276,7 +276,7 @@ if (x==0) fixedfreqetdial->deactivate();
+ Fl_Dial fixedfreqetdial {
+ label {Eq.T.}
+ callback {pars->PfixedfreqET=(int) o->value();}
+- tooltip {How the frequency varies acording to the keyboard (leftmost for fixed frequency)} xywh {610 45 15 15} box ROUND_UP_BOX labelsize 10 align 8 maximum 127 step 1
++ tooltip {How the frequency varies according to the keyboard (leftmost for fixed frequency)} xywh {610 45 15 15} box ROUND_UP_BOX labelsize 10 align 8 maximum 127 step 1
+ code0 {o->value(pars->PfixedfreqET);}
+ code1 {if (pars->Pfixedfreq==0) o->deactivate();}
+ class WidgetPDial
diff --git a/debian/patches/series b/debian/patches/series
index 91540d8..783a24d 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
0001-no_sse_generic.patch
+0002-misspellings.patch
--
zynaddsubfx packaging
More information about the pkg-multimedia-commits
mailing list