[latexila] Insert figure environment: modify the icon
- From: SÃbastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [latexila] Insert figure environment: modify the icon
- Date: Sun, 25 Nov 2012 02:09:57 +0000 (UTC)
commit 3f7905ace30783a4a74dc3008218d85d9f1454b3
Author: SÃbastien Wilmet <swilmet gnome org>
Date: Sun Nov 25 02:57:01 2012 +0100
Insert figure environment: modify the icon
The arrow below the image is nice, but all the other icons don't have
this little arrow. It's better to be homogeneous.
src/latex_menu.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/latex_menu.vala b/src/latex_menu.vala
index 5f7734a..3323793 100644
--- a/src/latex_menu.vala
+++ b/src/latex_menu.vala
@@ -70,7 +70,7 @@ public class LatexMenu : Gtk.ActionGroup
N_("Align Left - \\begin{flushleft}"), on_env_left },
{ "EnvRight", Stock.JUSTIFY_RIGHT, "\\begin{flush_right}", null,
N_("Align Right - \\begin{flushright}"), on_env_right },
- { "EnvFigure", "insert-image", "\\begin{_figure}", null,
+ { "EnvFigure", "image", "\\begin{_figure}", null,
N_("Figure - \\begin{figure}"), on_env_figure },
{ "EnvTable", "table", "\\begin{_table}", null,
N_("Table - \\begin{table}"), on_env_table },
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]