r37108 - in /packages/texmaker/trunk/debian/patches: series spelling-error-in-binary.patch

rmolina-guest at users.alioth.debian.org rmolina-guest at users.alioth.debian.org
Mon Dec 13 16:44:59 UTC 2010


Author: rmolina-guest
Date: Mon Dec 13 16:44:55 2010
New Revision: 37108

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=37108
Log:
New patch solving some spelling-error-in-binary

Added:
    packages/texmaker/trunk/debian/patches/spelling-error-in-binary.patch
Modified:
    packages/texmaker/trunk/debian/patches/series

Modified: packages/texmaker/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/debian-science/packages/texmaker/trunk/debian/patches/series?rev=37108&op=diff
==============================================================================
--- packages/texmaker/trunk/debian/patches/series (original)
+++ packages/texmaker/trunk/debian/patches/series Mon Dec 13 16:44:55 2010
@@ -1,1 +1,2 @@
 10_spelling_dict.patch
+spelling-error-in-binary.patch

Added: packages/texmaker/trunk/debian/patches/spelling-error-in-binary.patch
URL: http://svn.debian.org/wsvn/debian-science/packages/texmaker/trunk/debian/patches/spelling-error-in-binary.patch?rev=37108&op=file
==============================================================================
--- packages/texmaker/trunk/debian/patches/spelling-error-in-binary.patch (added)
+++ packages/texmaker/trunk/debian/patches/spelling-error-in-binary.patch Mon Dec 13 16:44:55 2010
@@ -1,0 +1,124 @@
+Description: Fixing some spelling errors
+Author: Ruben Molina <rmolina at udea.edu.co>
+Last-Update: 2010-12-13
+Index: texmaker-2.1/texmaker.cpp
+===================================================================
+--- texmaker-2.1.orig/texmaker.cpp	2010-12-13 08:16:57.050604176 -0500
++++ texmaker-2.1/texmaker.cpp	2010-12-13 08:17:51.794603120 -0500
+@@ -3675,7 +3675,7 @@
+ tag+="}\n";
+ InsertTag(tag,9,0);
+ OutputTextEdit->insertLine("Bib fields - Article in Journal");
+-OutputTextEdit->insertLine( "OPT.... : optionnal fields (use the 'Clean' command to remove them)");
++OutputTextEdit->insertLine( "OPT.... : optional fields (use the 'Clean' command to remove them)");
+ }
+ void Texmaker::InsertBib2()
+ {
+@@ -3700,7 +3700,7 @@
+ tag+="}\n";
+ InsertTag(tag,15,0);
+ OutputTextEdit->insertLine("Bib fields - Article in Conference Proceedings");
+-OutputTextEdit->insertLine( "OPT.... : optionnal fields (use the 'Clean' command to remove them)");
++OutputTextEdit->insertLine( "OPT.... : optional fields (use the 'Clean' command to remove them)");
+ }
+ void Texmaker::InsertBib3()
+ {
+@@ -3727,7 +3727,7 @@
+ tag+="}\n";
+ InsertTag(tag,14,0);
+ OutputTextEdit->insertLine("Bib fields - Article in a Collection");
+-OutputTextEdit->insertLine( "OPT.... : optionnal fields (use the 'Clean' command to remove them)");
++OutputTextEdit->insertLine( "OPT.... : optional fields (use the 'Clean' command to remove them)");
+ }
+ void Texmaker::InsertBib4()
+ {
+@@ -3753,7 +3753,7 @@
+ InsertTag(tag,8,0);
+ OutputTextEdit->insertLine("Bib fields - Chapter or Pages in a Book");
+ OutputTextEdit->insertLine( "ALT.... : you have the choice between these two fields");
+-OutputTextEdit->insertLine( "OPT.... : optionnal fields (use the 'Clean' command to remove them)");
++OutputTextEdit->insertLine( "OPT.... : optional fields (use the 'Clean' command to remove them)");
+ }
+ void Texmaker::InsertBib5()
+ {
+@@ -3774,7 +3774,7 @@
+ tag+="}\n";
+ InsertTag(tag,13,0);
+ OutputTextEdit->insertLine("Bib fields - Conference Proceedings");
+-OutputTextEdit->insertLine( "OPT.... : optionnal fields (use the 'Clean' command to remove them)");
++OutputTextEdit->insertLine( "OPT.... : optional fields (use the 'Clean' command to remove them)");
+ }
+ void Texmaker::InsertBib6()
+ {
+@@ -3797,7 +3797,7 @@
+ InsertTag(tag,6,0);
+ OutputTextEdit->insertLine("Bib fields - Book");
+ OutputTextEdit->insertLine( "ALT.... : you have the choice between these two fields");
+-OutputTextEdit->insertLine( "OPT.... : optionnal fields (use the 'Clean' command to remove them)");
++OutputTextEdit->insertLine( "OPT.... : optional fields (use the 'Clean' command to remove them)");
+ }
+ void Texmaker::InsertBib7()
+ {
+@@ -3814,7 +3814,7 @@
+ tag+="}\n";
+ InsertTag(tag,9,0);
+ OutputTextEdit->insertLine("Bib fields - Booklet");
+-OutputTextEdit->insertLine( "OPT.... : optionnal fields (use the 'Clean' command to remove them)");
++OutputTextEdit->insertLine( "OPT.... : optional fields (use the 'Clean' command to remove them)");
+ }
+ void Texmaker::InsertBib8()
+ {
+@@ -3832,7 +3832,7 @@
+ tag+="}\n";
+ InsertTag(tag,11,0);
+ OutputTextEdit->insertLine("Bib fields - PhD. Thesis");
+-OutputTextEdit->insertLine( "OPT.... : optionnal fields (use the 'Clean' command to remove them)");
++OutputTextEdit->insertLine( "OPT.... : optional fields (use the 'Clean' command to remove them)");
+ }
+ void Texmaker::InsertBib9()
+ {
+@@ -3850,7 +3850,7 @@
+ tag+="}\n";
+ InsertTag(tag,15,0);
+ OutputTextEdit->insertLine("Bib fields - Master's Thesis");
+-OutputTextEdit->insertLine( "OPT.... : optionnal fields (use the 'Clean' command to remove them)");
++OutputTextEdit->insertLine( "OPT.... : optional fields (use the 'Clean' command to remove them)");
+ }
+ void Texmaker::InsertBib10()
+ {
+@@ -3869,7 +3869,7 @@
+ tag+="}\n";
+ InsertTag(tag,12,0);
+ OutputTextEdit->insertLine("Bib fields - Technical Report");
+-OutputTextEdit->insertLine( "OPT.... : optionnal fields (use the 'Clean' command to remove them)");
++OutputTextEdit->insertLine( "OPT.... : optional fields (use the 'Clean' command to remove them)");
+ }
+ void Texmaker::InsertBib11()
+ {
+@@ -3887,7 +3887,7 @@
+ tag+="}\n";
+ InsertTag(tag,8,0);
+ OutputTextEdit->insertLine("Bib fields - Technical Manual");
+-OutputTextEdit->insertLine( "OPT.... : optionnal fields (use the 'Clean' command to remove them)");
++OutputTextEdit->insertLine( "OPT.... : optional fields (use the 'Clean' command to remove them)");
+ }
+ void Texmaker::InsertBib12()
+ {
+@@ -3902,7 +3902,7 @@
+ tag+="}\n";
+ InsertTag(tag,13,0);
+ OutputTextEdit->insertLine("Bib fields - Unpublished");
+-OutputTextEdit->insertLine( "OPT.... : optionnal fields (use the 'Clean' command to remove them)");
++OutputTextEdit->insertLine( "OPT.... : optional fields (use the 'Clean' command to remove them)");
+ }
+ void Texmaker::InsertBib13()
+ {
+@@ -3918,7 +3918,7 @@
+ tag+="}\n";
+ InsertTag(tag,6,0);
+ OutputTextEdit->insertLine("Bib fields - Miscellaneous");
+-OutputTextEdit->insertLine( "OPT.... : optionnal fields (use the 'Clean' command to remove them)");
++OutputTextEdit->insertLine( "OPT.... : optional fields (use the 'Clean' command to remove them)");
+ }
+ 
+ void Texmaker::CleanBib()




More information about the debian-science-commits mailing list