[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lmi-commits] [6028] Improve concinnity; add shortcuts
From: |
Greg Chicares |
Subject: |
[lmi-commits] [6028] Improve concinnity; add shortcuts |
Date: |
Thu, 06 Nov 2014 16:55:16 +0000 |
Revision: 6028
http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=6028
Author: chicares
Date: 2014-11-06 16:55:15 +0000 (Thu, 06 Nov 2014)
Log Message:
-----------
Improve concinnity; add shortcuts
Modified Paths:
--------------
lmi/trunk/ChangeLog
lmi/trunk/group_tutorial.html
lmi/trunk/menu_commands.html
lmi/trunk/menus.xrc
lmi/trunk/toolbar.xrc
Modified: lmi/trunk/ChangeLog
===================================================================
--- lmi/trunk/ChangeLog 2014-11-06 16:24:16 UTC (rev 6027)
+++ lmi/trunk/ChangeLog 2014-11-06 16:55:15 UTC (rev 6028)
@@ -34597,3 +34597,11 @@
Add a useful save-as-pdf command. See:
http://lists.nongnu.org/archive/html/lmi/2014-11/msg00005.html
+20141106T1655Z <address@hidden> [516]
+
+ group_tutorial.html
+ menu_commands.html
+ menus.xrc
+ toolbar.xrc
+Improve concinnity; add shortcuts.
+
Modified: lmi/trunk/group_tutorial.html
===================================================================
--- lmi/trunk/group_tutorial.html 2014-11-06 16:24:16 UTC (rev 6027)
+++ lmi/trunk/group_tutorial.html 2014-11-06 16:55:15 UTC (rev 6028)
@@ -315,8 +315,7 @@
<samp>Print case</samp>.
</p>
<p>
-If you’d rather send print output to the disk only,
-and not to the printer,
+If you’d rather print to PDF files only, and not to the printer,
<img src="print-case-pdf.png" alt="[print-case-pdf.png]">
@@ -324,7 +323,7 @@
</p>
<p>
Or pull down the <samp>Census</samp> menu and pick
-<samp>Print case to disk</samp>.
+<samp>Print case to PDF</samp>.
</p>
<h5><a name="how_census_colwidths">Changing column widths</a></h5>
Modified: lmi/trunk/menu_commands.html
===================================================================
--- lmi/trunk/menu_commands.html 2014-11-06 16:24:16 UTC (rev 6027)
+++ lmi/trunk/menu_commands.html 2014-11-06 16:55:15 UTC (rev 6028)
@@ -280,11 +280,11 @@
<p>
<img src="print-case-pdf.png" alt="[print-case-pdf.png]">
-<samp>Census | Print case to disk</samp>
+<samp>Census | Print case to PDF</samp>
</p>
<p>
Print an illustration for every cell and a composite of all cells,
-sending output to the disk rather than the printer.
+to PDF files rather than to the printer.
</p>
<p>
<img src="write-spreadsheet.png" alt="[write-spreadsheet.png]">
Modified: lmi/trunk/menus.xrc
===================================================================
--- lmi/trunk/menus.xrc 2014-11-06 16:24:16 UTC (rev 6027)
+++ lmi/trunk/menus.xrc 2014-11-06 16:55:15 UTC (rev 6028)
@@ -214,12 +214,12 @@
<help>Cascade windows</help>
</object>
<object class="wxMenuItem" name="window_next">
- <label>_Next</label>
+ <label>_Next\tCtrl-Tab</label>
<bitmap platform="win" stock_id="window-next"/>
<help>Go to next window</help>
</object>
<object class="wxMenuItem" name="window_previous">
- <label>_Previous</label>
+ <label>_Previous\tCtrl-Shift-Tab</label>
<bitmap platform="win" stock_id="window-previous"/>
<help>Go to previous window</help>
</object>
@@ -341,9 +341,9 @@
<help>Run and print all cells</help>
</object>
<object class="wxMenuItem" name="print_case_to_disk">
- <label>Print case to dis_k\tCtrl-Shift-K</label>
+ <label>Pr_int case to PDF\tCtrl-Shift-I</label>
<bitmap platform="win" stock_id="print-case-pdf"/>
- <help>Run and print all cells to PDF files on disk rather than to
printer</help>
+ <help>Run and print all cells to PDF files rather than to
printer</help>
</object>
<object class="wxMenuItem" name="print_spreadsheet">
<label>Print case to spreads_heet\tCtrl-Shift-H</label>
Modified: lmi/trunk/toolbar.xrc
===================================================================
--- lmi/trunk/toolbar.xrc 2014-11-06 16:24:16 UTC (rev 6027)
+++ lmi/trunk/toolbar.xrc 2014-11-06 16:55:15 UTC (rev 6028)
@@ -106,9 +106,9 @@
<longhelp>Run and print all cells</longhelp>
</object>
<object class="tool" name="print_case_to_disk">
- <tooltip>Print case to disk</tooltip>
+ <tooltip>Print case to PDF</tooltip>
<bitmap stock_id="print-case-pdf"/>
- <longhelp>Run and print all cells to PDF files on disk rather than to
printer</longhelp>
+ <longhelp>Run and print all cells to PDF files rather than to
printer</longhelp>
</object>
<object class="tool" name="print_spreadsheet">
<tooltip>Print case to spreadsheet</tooltip>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [lmi-commits] [6028] Improve concinnity; add shortcuts,
Greg Chicares <=