[latexila] Symbols: use symbol_greek instead of symbol_alpha



commit d9296697be99e70fbdff62d70673e326a0ed31c1
Author: SÃbastien Wilmet <swilmet src gnome org>
Date:   Wed May 2 05:03:49 2012 +0200

    Symbols: use symbol_greek instead of symbol_alpha

 data/images/stock-icons/stock-icons.gresource.xml |    1 -
 data/images/stock-icons/symbol_alpha.png          |  Bin 303 -> 0 bytes
 src/main_window.vala                              |    2 +-
 3 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/data/images/stock-icons/stock-icons.gresource.xml b/data/images/stock-icons/stock-icons.gresource.xml
index 2cc3bf1..135c82a 100644
--- a/data/images/stock-icons/stock-icons.gresource.xml
+++ b/data/images/stock-icons/stock-icons.gresource.xml
@@ -73,7 +73,6 @@ in menus for example.
     <file preprocess="to-pixdata">sectioning-subsubsection.png</file>
     <file preprocess="to-pixdata">slanted.png</file>
     <file preprocess="to-pixdata">small_caps.png</file>
-    <file preprocess="to-pixdata">symbol_alpha.png</file>
     <file preprocess="to-pixdata">symbol_arrows.png</file>
     <file preprocess="to-pixdata">symbol_delimiters.png</file>
     <file preprocess="to-pixdata">symbol_greek.png</file>
diff --git a/src/main_window.vala b/src/main_window.vala
index a416cc1..c996e26 100644
--- a/src/main_window.vala
+++ b/src/main_window.vala
@@ -313,7 +313,7 @@ public class MainWindow : Window
         _side_panel.closed.connect (() => action_view_side_panel.active = false);
 
         symbols = new Symbols (this);
-        _side_panel.add_component (_("Symbols"), "symbol_alpha", symbols);
+        _side_panel.add_component (_("Symbols"), "symbol_greek", symbols);
 
         file_browser = new FileBrowser (this);
         _side_panel.add_component (_("File Browser"), Stock.OPEN, file_browser);



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