lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [6277] Add a diagnostic message


From: Greg Chicares
Subject: [lmi-commits] [6277] Add a diagnostic message
Date: Wed, 16 Sep 2015 20:40:31 +0000

Revision: 6277
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=6277
Author:   chicares
Date:     2015-09-16 20:40:30 +0000 (Wed, 16 Sep 2015)
Log Message:
-----------
Add a diagnostic message

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

Modified: lmi/trunk/icon_monger.cpp
===================================================================
--- lmi/trunk/icon_monger.cpp   2015-08-29 00:05:22 UTC (rev 6276)
+++ lmi/trunk/icon_monger.cpp   2015-09-16 20:40:30 UTC (rev 6277)
@@ -184,6 +184,13 @@
         {
         if(!contains(lmi_specific_icon_names_, icon_name))
             {
+            warning()
+                << "Unable to find icon '"
+                << icon_name
+                << "' for current theme. Please report this problem."
+                << "\nA blank icon will be used instead."
+                << LMI_FLUSH
+                ;
             return wxNullBitmap;
             }
         else if(is_builtin)




reply via email to

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