lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [6032] Improve concinnity


From: Greg Chicares
Subject: [lmi-commits] [6032] Improve concinnity
Date: Fri, 07 Nov 2014 12:52:50 +0000

Revision: 6032
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=6032
Author:   chicares
Date:     2014-11-07 12:52:48 +0000 (Fri, 07 Nov 2014)
Log Message:
-----------
Improve concinnity

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

Modified: lmi/trunk/docmanager_ex.cpp
===================================================================
--- lmi/trunk/docmanager_ex.cpp 2014-11-07 12:05:26 UTC (rev 6031)
+++ lmi/trunk/docmanager_ex.cpp 2014-11-07 12:52:48 UTC (rev 6032)
@@ -81,6 +81,7 @@
 
 // WX !! Perhaps xrc could support a menu-use-file-history tag,
 // and this stuff could be made available by default in the library.
+
 void DocManagerEx::AssociateFileHistoryWithFileMenu(wxMenuBar* menu_bar)
 {
     if(menu_bar)
@@ -200,16 +201,16 @@
     delete printout;
 }
 
-// Use a popup menu, instead of wxGetSingleChoiceData with strings
-// that are not generally appropriate. Our users don't understand
-// "Select a document template", they'd rather not have to hit
-// Enter after typing the initial letter of the template, and they
-// find the dialog frame distracting.
-//
-// GWC replaced 'wxGetSingleChoiceData', but elsewhere made only
-// trivial changes (using const accessors instead of data members)
-// to get this to compile in a translation unit outside the library.
-//
+/// Use a popup menu, instead of wxGetSingleChoiceData with strings
+/// that are not generally appropriate. Our users don't understand
+/// "Select a document template", they'd rather not have to hit
+/// Enter after typing the initial letter of the template, and they
+/// find the dialog frame distracting.
+///
+/// GWC replaced 'wxGetSingleChoiceData', but elsewhere made only
+/// trivial changes (using const accessors instead of data members)
+/// to get this to compile in a translation unit outside the library.
+
 wxDocTemplate* DocManagerEx::SelectDocumentType
     (wxDocTemplate** templates
     ,int             noTemplates




reply via email to

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