lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [6412] Rename 'round_*.png' to reduce the number of files


From: Greg Chicares
Subject: [lmi-commits] [6412] Rename 'round_*.png' to reduce the number of files named 'round*'
Date: Mon, 16 Nov 2015 03:29:25 +0000

Revision: 6412
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=6412
Author:   chicares
Date:     2015-11-16 03:29:24 +0000 (Mon, 16 Nov 2015)
Log Message:
-----------
Rename 'round_*.png' to reduce the number of files named 'round*'

Modified Paths:
--------------
    lmi/trunk/rounding_view.xrc
    lmi/trunk/rounding_view_editor.cpp

Modified: lmi/trunk/rounding_view.xrc
===================================================================
--- lmi/trunk/rounding_view.xrc 2015-11-16 03:27:38 UTC (rev 6411)
+++ lmi/trunk/rounding_view.xrc 2015-11-16 03:29:24 UTC (rev 6412)
@@ -330,18 +330,18 @@
     </object>
 </object>
 
-<object class="wxBitmap" name="round_not_at_all">round_not_at_all.png</object>
-<object class="wxBitmap" 
name="round_not_at_all_hover">round_not_at_all_hover.png</object>
-<object class="wxBitmap" 
name="round_not_at_all_selected">round_not_at_all_selected.png</object>
-<object class="wxBitmap" name="round_to_nearest">round_to_nearest.png</object>
-<object class="wxBitmap" 
name="round_to_nearest_hover">round_to_nearest_hover.png</object>
-<object class="wxBitmap" 
name="round_to_nearest_selected">round_to_nearest_selected.png</object>
-<object class="wxBitmap" name="round_upward">round_upward.png</object>
-<object class="wxBitmap" 
name="round_upward_hover">round_upward_hover.png</object>
-<object class="wxBitmap" 
name="round_upward_selected">round_upward_selected.png</object>
-<object class="wxBitmap" name="round_downward">round_downward.png</object>
-<object class="wxBitmap" 
name="round_downward_hover">round_downward_hover.png</object>
-<object class="wxBitmap" 
name="round_downward_selected">round_downward_selected.png</object>
+<object class="wxBitmap" name="rnd_not_at_all">rnd_not_at_all.png</object>
+<object class="wxBitmap" 
name="rnd_not_at_all_hover">rnd_not_at_all_hover.png</object>
+<object class="wxBitmap" 
name="rnd_not_at_all_selected">rnd_not_at_all_selected.png</object>
+<object class="wxBitmap" name="rnd_to_nearest">rnd_to_nearest.png</object>
+<object class="wxBitmap" 
name="rnd_to_nearest_hover">rnd_to_nearest_hover.png</object>
+<object class="wxBitmap" 
name="rnd_to_nearest_selected">rnd_to_nearest_selected.png</object>
+<object class="wxBitmap" name="rnd_upward">rnd_upward.png</object>
+<object class="wxBitmap" name="rnd_upward_hover">rnd_upward_hover.png</object>
+<object class="wxBitmap" 
name="rnd_upward_selected">rnd_upward_selected.png</object>
+<object class="wxBitmap" name="rnd_downward">rnd_downward.png</object>
+<object class="wxBitmap" 
name="rnd_downward_hover">rnd_downward_hover.png</object>
+<object class="wxBitmap" 
name="rnd_downward_selected">rnd_downward_selected.png</object>
 
 </resource>
 

Modified: lmi/trunk/rounding_view_editor.cpp
===================================================================
--- lmi/trunk/rounding_view_editor.cpp  2015-11-16 03:27:38 UTC (rev 6411)
+++ lmi/trunk/rounding_view_editor.cpp  2015-11-16 03:29:24 UTC (rev 6412)
@@ -98,7 +98,7 @@
                 {
                 std::ostringstream oss;
                 oss
-                    << "round_"
+                    << "rnd_"
                     << li->second
                     << ti->second
                     ;




reply via email to

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