lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [6022] Add a new icon, reserving the old for another use


From: Greg Chicares
Subject: [lmi-commits] [6022] Add a new icon, reserving the old for another use
Date: Wed, 05 Nov 2014 21:47:59 +0000

Revision: 6022
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=6022
Author:   chicares
Date:     2014-11-05 21:47:57 +0000 (Wed, 05 Nov 2014)
Log Message:
-----------
Add a new icon, reserving the old for another use

Modified Paths:
--------------
    lmi/trunk/README
    lmi/trunk/group_tutorial.html
    lmi/trunk/icon_monger.cpp
    lmi/trunk/menu_commands.html
    lmi/trunk/menus.xrc
    lmi/trunk/toolbar.xrc

Added Paths:
-----------
    lmi/trunk/print-case-pdf-16.png
    lmi/trunk/print-case-pdf.png

Modified: lmi/trunk/README
===================================================================
--- lmi/trunk/README    2014-11-05 18:50:10 UTC (rev 6021)
+++ lmi/trunk/README    2014-11-05 21:47:57 UTC (rev 6022)
@@ -48,6 +48,7 @@
   paste-case[-16].png               from stock_paste.png
   preferences[-16].png              from gnome-settings.png
   print-case[-16].png               from stock_print.png
+  print-case-pdf[-16].png           from stock_print.png
   print-options[-16].png            from stock_print-options.png
   print-preview[-16].png            from stock_print-preview.png
   print[-16].png                    from stock_print.png

Modified: lmi/trunk/group_tutorial.html
===================================================================
--- lmi/trunk/group_tutorial.html       2014-11-05 18:50:10 UTC (rev 6021)
+++ lmi/trunk/group_tutorial.html       2014-11-05 21:47:57 UTC (rev 6022)
@@ -318,7 +318,7 @@
 If you’d rather send print output to the disk only,
 and not to the printer,
  
-<img src="save-pdf.png" alt="[save-pdf.png]">
+<img src="print-case-pdf.png" alt="[print-case-pdf.png]">
 &nbsp;
 press this button.
 </p>

Modified: lmi/trunk/icon_monger.cpp
===================================================================
--- lmi/trunk/icon_monger.cpp   2014-11-05 18:50:10 UTC (rev 6021)
+++ lmi/trunk/icon_monger.cpp   2014-11-05 21:47:57 UTC (rev 6022)
@@ -94,6 +94,7 @@
     lmi_specific_icon_names_.insert("paste-case"              );
     lmi_specific_icon_names_.insert("preferences"             );
     lmi_specific_icon_names_.insert("print-case"              );
+    lmi_specific_icon_names_.insert("print-case-pdf"          );
     lmi_specific_icon_names_.insert("run-case"                );
     lmi_specific_icon_names_.insert("run-cell"                );
     lmi_specific_icon_names_.insert("varying-width"           );

Modified: lmi/trunk/menu_commands.html
===================================================================
--- lmi/trunk/menu_commands.html        2014-11-05 18:50:10 UTC (rev 6021)
+++ lmi/trunk/menu_commands.html        2014-11-05 21:47:57 UTC (rev 6022)
@@ -269,7 +269,7 @@
 This may use a lot of paper.
 </p>
 <p>
-<img src="save-pdf.png" alt="[save-pdf.png]">
+<img src="print-case-pdf.png" alt="[print-case-pdf.png]">
 &nbsp;
 <samp>Census | Print case to disk</samp>
 </p>

Modified: lmi/trunk/menus.xrc
===================================================================
--- lmi/trunk/menus.xrc 2014-11-05 18:50:10 UTC (rev 6021)
+++ lmi/trunk/menus.xrc 2014-11-05 21:47:57 UTC (rev 6022)
@@ -337,8 +337,8 @@
     </object>
     <object class="wxMenuItem" name="print_case_to_disk">
         <label>Print case to dis_k\tCtrl-Shift-K</label>
-        <bitmap stock_id="save-pdf"/>
-        <help>Run and print all cells to disk rather than to printer</help>
+        <bitmap stock_id="print-case-pdf"/>
+        <help>Run and print all cells to PDF files on disk rather than to 
printer</help>
     </object>
     <object class="wxMenuItem" name="print_spreadsheet">
         <label>Print case to spreads_heet\tCtrl-Shift-H</label>

Added: lmi/trunk/print-case-pdf-16.png
===================================================================
(Binary files differ)


Property changes on: lmi/trunk/print-case-pdf-16.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream
Added: svn:keywords
   + Id

Added: lmi/trunk/print-case-pdf.png
===================================================================
(Binary files differ)


Property changes on: lmi/trunk/print-case-pdf.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream
Added: svn:keywords
   + Id

Modified: lmi/trunk/toolbar.xrc
===================================================================
--- lmi/trunk/toolbar.xrc       2014-11-05 18:50:10 UTC (rev 6021)
+++ lmi/trunk/toolbar.xrc       2014-11-05 21:47:57 UTC (rev 6022)
@@ -102,8 +102,8 @@
     </object>
     <object class="tool" name="print_case_to_disk">
         <tooltip>Print case to disk</tooltip>
-        <bitmap stock_id="save-pdf"/>
-        <longhelp>Run and print all cells to disk instead of printer</longhelp>
+        <bitmap stock_id="print-case-pdf"/>
+        <longhelp>Run and print all cells to PDF files on disk rather than to 
printer</longhelp>
     </object>
     <object class="tool" name="print_spreadsheet">
         <tooltip>Print case to spreadsheet</tooltip>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]