Skip to content

Commit 801eef4

Browse files
committed
Hacky fix to resolve the resource version warning window appearing on startup
1 parent 4246908 commit 801eef4

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

install/ui/arraydialog.xrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2-
<resource xmlns="http://www.wxwidgets.org/wxxrc" version="2.5.3.0">
2+
<resource xmlns="http://www.wxwidgets.org/wxxrc" version="2.3.0.1">
33
<object class="wxPanel" name="ArrayDialogMainPanel">
44
<style>wxTAB_TRAVERSAL</style>
55
<object class="wxBoxSizer" name="">

install/ui/scatterdialog.xrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2-
<resource xmlns="http://www.wxwidgets.org/wxxrc" version="2.5.3.0">
2+
<resource xmlns="http://www.wxwidgets.org/wxxrc" version="2.3.0.1">
33
<object class="wxPanel" name="ScatterDialogMainPanel">
44
<style>wxTAB_TRAVERSAL</style>
55
<object class="wxBoxSizer" name="">

install/ui/terraingenerator.xrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2-
<resource xmlns="http://www.wxwidgets.org/wxxrc" version="2.5.3.0">
2+
<resource xmlns="http://www.wxwidgets.org/wxxrc" version="2.3.0.1">
33
<object class="wxPanel" name="TerrainGeneratorMainPanel">
44
<style>wxTAB_TRAVERSAL</style>
55
<object class="wxBoxSizer" name="">

0 commit comments

Comments
 (0)