[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lmi-commits] [lmi] master 5748846 2/8: Revise outdated documentation
From: |
Greg Chicares |
Subject: |
[lmi-commits] [lmi] master 5748846 2/8: Revise outdated documentation |
Date: |
Wed, 20 Jun 2018 10:00:18 -0400 (EDT) |
branch: master
commit 57488467f60e2f99b4cd3ceba60b0b0dbaf65d6a
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>
Revise outdated documentation
---
census_view.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/census_view.cpp b/census_view.cpp
index e52950b..6f862a8 100644
--- a/census_view.cpp
+++ b/census_view.cpp
@@ -1866,7 +1866,7 @@ void CensusView::UponPasteCensus(wxCommandEvent&)
LMI_ASSERT(!class_parms().empty());
}
-/// Paste from the census manager into a "spreadsheet" (TSV) file.
+/// Copy from census manager to clipboard and TSV file.
///
/// Simply calls DoCopyCensus(), q.v.
@@ -1875,7 +1875,7 @@ void CensusView::UponCopyCensus(wxCommandEvent&)
DoCopyCensus();
}
-/// Paste from the census manager into a "spreadsheet" (TSV) file.
+/// Copy from census manager to clipboard and TSV file.
///
/// Include exactly those columns whose rows aren't all identical,
/// considering as "rows" the individual cells--and also the case
- [lmi-commits] [lmi] master updated (a06f6e9 -> 716b851), Greg Chicares, 2018/06/20
- [lmi-commits] [lmi] master 663fa55 3/8: Simplify user manual's instructions for input sequences, Greg Chicares, 2018/06/20
- [lmi-commits] [lmi] master 716b851 8/8: Explain census copy and paste commands, Greg Chicares, 2018/06/20
- [lmi-commits] [lmi] master e2a4653 7/8: Add "Copy census" to list of commands on "Census" menu, Greg Chicares, 2018/06/20
- [lmi-commits] [lmi] master 5748846 2/8: Revise outdated documentation,
Greg Chicares <=
- [lmi-commits] [lmi] master dc351c7 5/8: Correct the name of a menu command, Greg Chicares, 2018/06/20
- [lmi-commits] [lmi] master 3e51cad 4/8: Remove an obsolete sentence from the user manual, Greg Chicares, 2018/06/20
- [lmi-commits] [lmi] master 23c8c3c 6/8: Mention pasting to a spreadsheet in main user manual page, Greg Chicares, 2018/06/20
- [lmi-commits] [lmi] master 005c26b 1/8: Rename census-paste icon in user manual, Greg Chicares, 2018/06/20