[latexila] Add "insert table environment" in the edit toolbar
- From: SÃbastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [latexila] Add "insert table environment" in the edit toolbar
- Date: Sun, 25 Nov 2012 02:09:52 +0000 (UTC)
commit e6f02f9250044291d3ff577a5e4d27314f5a80a7
Author: SÃbastien Wilmet <swilmet gnome org>
Date: Sun Nov 25 02:43:49 2012 +0100
Add "insert table environment" in the edit toolbar
src/latex_menu.vala | 2 +-
src/ui/ui.xml | 1 +
2 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/latex_menu.vala b/src/latex_menu.vala
index 25e6bce..5f7734a 100644
--- a/src/latex_menu.vala
+++ b/src/latex_menu.vala
@@ -72,7 +72,7 @@ public class LatexMenu : Gtk.ActionGroup
N_("Align Right - \\begin{flushright}"), on_env_right },
{ "EnvFigure", "insert-image", "\\begin{_figure}", null,
N_("Figure - \\begin{figure}"), on_env_figure },
- { "EnvTable", null, "\\begin{_table}", null,
+ { "EnvTable", "table", "\\begin{_table}", null,
N_("Table - \\begin{table}"), on_env_table },
{ "EnvQuote", null, "\\begin{_quote}", null,
N_("Quote - \\begin{quote}"), on_env_quote },
diff --git a/src/ui/ui.xml b/src/ui/ui.xml
index 9faff1d..00f6de1 100644
--- a/src/ui/ui.xml
+++ b/src/ui/ui.xml
@@ -467,6 +467,7 @@ along with LaTeXila. If not, see <http://www.gnu.org/licenses/>.
<separator />
<toolitem action="EnvFigure" />
+ <toolitem action="EnvTable" />
<separator />
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]