Skip to content

Commit 11bdaeb

Browse files
committed
Redid WAD loading
Fixed bug where TextureSelector default WAD filter was 'All' instead of '*'.
1 parent 235ab58 commit 11bdaeb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

data/gresource/gtk/TextureSelector.glade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
<child internal-child="entry">
7979
<object class="GtkEntry">
8080
<property name="can-focus">False</property>
81-
<property name="text" translatable="yes">All</property>
81+
<property name="text">*</property>
8282
</object>
8383
</child>
8484
</object>

0 commit comments

Comments
 (0)