Skip to content

Commit 6c06633

Browse files
committed
FIX: Version number in Main Dialog title is incorrect;
1 parent a0110b1 commit 6c06633

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

pyResMan/BaseDialogs/pyResManDialogBase.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
class pyResManDialogBase ( wx.Dialog ):
1919

2020
def __init__( self, parent ):
21-
wx.Dialog.__init__ ( self, parent, id = wx.ID_ANY, title = u"pyResMan v2.0", pos = wx.DefaultPosition, size = wx.Size( 983,687 ), style = wx.DEFAULT_DIALOG_STYLE|wx.MAXIMIZE_BOX|wx.MINIMIZE_BOX|wx.RESIZE_BORDER|wx.TAB_TRAVERSAL )
21+
wx.Dialog.__init__ ( self, parent, id = wx.ID_ANY, title = u"pyResMan", pos = wx.DefaultPosition, size = wx.Size( 983,687 ), style = wx.DEFAULT_DIALOG_STYLE|wx.MAXIMIZE_BOX|wx.MINIMIZE_BOX|wx.RESIZE_BORDER|wx.TAB_TRAVERSAL )
2222

2323
self.SetSizeHintsSz( wx.DefaultSize, wx.DefaultSize )
2424
self.SetForegroundColour( wx.SystemSettings.GetColour( wx.SYS_COLOUR_WINDOWTEXT ) )

res/pyResManDialogBase.fbp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<property name="ui_table">UI</property>
2727
<property name="use_enum">0</property>
2828
<property name="use_microsoft_bom">0</property>
29-
<object class="Dialog" expanded="0">
29+
<object class="Dialog" expanded="1">
3030
<property name="aui_managed">0</property>
3131
<property name="aui_manager_style">wxAUI_MGR_DEFAULT</property>
3232
<property name="bg"></property>
@@ -47,7 +47,7 @@
4747
<property name="size">983,687</property>
4848
<property name="style">wxDEFAULT_DIALOG_STYLE|wxMAXIMIZE_BOX|wxMINIMIZE_BOX|wxRESIZE_BORDER</property>
4949
<property name="subclass"></property>
50-
<property name="title">pyResMan v2.0</property>
50+
<property name="title">pyResMan</property>
5151
<property name="tooltip"></property>
5252
<property name="window_extra_style"></property>
5353
<property name="window_name"></property>
@@ -976,7 +976,7 @@
976976
<object class="notebookpage" expanded="0">
977977
<property name="bitmap"></property>
978978
<property name="label">Basic APDU</property>
979-
<property name="select">0</property>
979+
<property name="select">1</property>
980980
<object class="wxPanel" expanded="0">
981981
<property name="BottomDockable">1</property>
982982
<property name="LeftDockable">1</property>
@@ -8057,7 +8057,7 @@
80578057
<object class="notebookpage" expanded="0">
80588058
<property name="bitmap"></property>
80598059
<property name="label">About</property>
8060-
<property name="select">1</property>
8060+
<property name="select">0</property>
80618061
<object class="wxPanel" expanded="0">
80628062
<property name="BottomDockable">1</property>
80638063
<property name="LeftDockable">1</property>

0 commit comments

Comments
 (0)