lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 172dbc6 3/3: Explicitly sort product names


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 172dbc6 3/3: Explicitly sort product names
Date: Tue, 26 Sep 2017 20:29:22 -0400 (EDT)

branch: master
commit 172dbc68785e5e9c7b169e427ac84022db72918a
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Explicitly sort product names
    
    See:
      https://lists.nongnu.org/archive/html/lmi/2017-09/msg00001.html
---
 skin.xrc                 | 2 +-
 skin_coli_boli.xrc       | 2 +-
 skin_group_carveout.xrc  | 2 +-
 skin_group_carveout3.xrc | 2 +-
 skin_single_premium.xrc  | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/skin.xrc b/skin.xrc
index 3370499..135101b 100644
--- a/skin.xrc
+++ b/skin.xrc
@@ -53,7 +53,7 @@
                     <object class="wxListBox" name="ProductName">
                         <help>Product</help>
                         <size>90,-1d</size>
-                        <style>wxLB_SINGLE</style>
+                        <style>wxLB_SINGLE|wxLB_SORT</style>
                     </object>
                 </object>
             </object>
diff --git a/skin_coli_boli.xrc b/skin_coli_boli.xrc
index c47afd3..f1cebf7 100644
--- a/skin_coli_boli.xrc
+++ b/skin_coli_boli.xrc
@@ -55,7 +55,7 @@
                     <object class="wxListBox" name="ProductName">
                         <help>Product</help>
                         <size>90,-1d</size>
-                        <style>wxLB_SINGLE</style>
+                        <style>wxLB_SINGLE|wxLB_SORT</style>
                     </object>
                 </object>
             </object>
diff --git a/skin_group_carveout.xrc b/skin_group_carveout.xrc
index c0d5615..01fc660 100644
--- a/skin_group_carveout.xrc
+++ b/skin_group_carveout.xrc
@@ -55,7 +55,7 @@
                     <object class="wxListBox" name="ProductName">
                         <help>Product</help>
                         <size>90,-1d</size>
-                        <style>wxLB_SINGLE</style>
+                        <style>wxLB_SINGLE|wxLB_SORT</style>
                     </object>
                 </object>
             </object>
diff --git a/skin_group_carveout3.xrc b/skin_group_carveout3.xrc
index a56f157..b689136 100644
--- a/skin_group_carveout3.xrc
+++ b/skin_group_carveout3.xrc
@@ -55,7 +55,7 @@
                     <object class="wxListBox" name="ProductName">
                         <help>Product</help>
                         <size>90,-1d</size>
-                        <style>wxLB_SINGLE</style>
+                        <style>wxLB_SINGLE|wxLB_SORT</style>
                     </object>
                 </object>
             </object>
diff --git a/skin_single_premium.xrc b/skin_single_premium.xrc
index 403a61a..8790ac4 100644
--- a/skin_single_premium.xrc
+++ b/skin_single_premium.xrc
@@ -60,7 +60,7 @@
                             <object class="wxListBox" name="ProductName">
                                 <help>Product</help>
                                 <size>90,-1d</size>
-                                <style>wxLB_SINGLE</style>
+                                <style>wxLB_SINGLE|wxLB_SORT</style>
                             </object>
                         </object>
                     </object>



reply via email to

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