lmi-commits
[Top][All Lists]
Advanced

[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



reply via email to

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