[latexila/latexila-2-2] Fix the right math delimiters



commit e2d5c4e29483ed0ade72044abd224f54abbdbf3f
Author: SÃbastien Wilmet <swilmet src gnome org>
Date:   Mon Sep 26 12:20:39 2011 +0200

    Fix the right math delimiters

 src/latex_menu.vala |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/latex_menu.vala b/src/latex_menu.vala
index cd272fe..f7b3ad2 100644
--- a/src/latex_menu.vala
+++ b/src/latex_menu.vala
@@ -1438,12 +1438,12 @@ public class LatexMenu : Gtk.ActionGroup
 
     public void on_math_right_delimiter_1 ()
     {
-        text_buffer_insert ("\\right( ", "");
+        text_buffer_insert ("\\right) ", "");
     }
 
     public void on_math_right_delimiter_2 ()
     {
-        text_buffer_insert ("\\right[ ", "");
+        text_buffer_insert ("\\right] ", "");
     }
 
     public void on_math_right_delimiter_3 ()
@@ -1458,12 +1458,12 @@ public class LatexMenu : Gtk.ActionGroup
 
     public void on_math_right_delimiter_5 ()
     {
-        text_buffer_insert ("\\right) ", "");
+        text_buffer_insert ("\\right( ", "");
     }
 
     public void on_math_right_delimiter_6 ()
     {
-        text_buffer_insert ("\\right] ", "");
+        text_buffer_insert ("\\right[ ", "");
     }
 
     public void on_math_right_delimiter_7 ()



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]