lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] (no subject)


From: Greg Chicares
Subject: [lmi-commits] (no subject)
Date: Tue, 31 May 2016 21:06:23 +0000 (UTC)

branch: master
commit c84b3b897ad7a02d06e5d99841ad8e21068eb52e
Author: Gregory W. Chicares <address@hidden>
Date:   Tue May 31 20:46:11 2016 +0000

    Explain why GUI shows skin filenames with extension
---
 ce_skin_name.hpp |   16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)

diff --git a/ce_skin_name.hpp b/ce_skin_name.hpp
index 8053c96..425be20 100644
--- a/ce_skin_name.hpp
+++ b/ce_skin_name.hpp
@@ -30,14 +30,18 @@
 #include <string>
 #include <vector>
 
-/// This class encapsulates skin names. As for the related class
-/// ce_product_name, its values are only available at run time, so
+/// This class encapsulates skin names. As with the related class
+/// ce_product_name, its values are available only at run time, so
 /// there can be no compile time enum to represent them.
 ///
-/// Valid values are the base names of 'skin*.xrc' product files found
-/// in the (configurable) data directory. As with ce_product_name, the
-/// valid values never change during the program lifetime and it needs
-/// to be restarted to "notice" any new skins.
+/// Valid values are the full (base + extension) names of 'skin*.xrc'
+/// skin files found in the (configurable) data directory. As with
+/// ce_product_name, the valid values never change during the program
+/// lifetime and it needs to be restarted to "notice" any new skins.
+/// Unlike ce_product_name, the full file names are presented in the
+/// GUI: base names of '.policy' files are designed to be recognizable
+/// to end users, but '.skin' names are more esoteric and it is less
+/// confusing to show them as file names rather than apparent phrases.
 
 class ce_skin_name
     :public mc_enum_base



reply via email to

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