lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [6369] Improve documentation


From: Greg Chicares
Subject: [lmi-commits] [6369] Improve documentation
Date: Wed, 21 Oct 2015 14:06:33 +0000

Revision: 6369
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=6369
Author:   chicares
Date:     2015-10-21 14:06:33 +0000 (Wed, 21 Oct 2015)
Log Message:
-----------
Improve documentation

Modified Paths:
--------------
    lmi/trunk/census_view.cpp

Modified: lmi/trunk/census_view.cpp
===================================================================
--- lmi/trunk/census_view.cpp   2015-10-21 14:05:25 UTC (rev 6368)
+++ lmi/trunk/census_view.cpp   2015-10-21 14:06:33 UTC (rev 6369)
@@ -1554,6 +1554,9 @@
 void CensusView::UponRunCaseToGroupRoster(wxCommandEvent&)
 {
     wxArrayString strings;
+    // Make sure ampersands don't look like references, e.g., in a
+    // string such as "premium quote" with an ampersand preceding 'q',
+    // which 'make check_concinnity' rejects.
     strings.Add("Print r&oster to spreadsheet");
     strings.Add("Print group premium ""&quote to PDF");
     int const selection = SingleChoicePopupMenu(strings).Choose();




reply via email to

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