This website works better with JavaScript.
Home
Help
Sign In
VCVRack
/
Rack
mirror of
https://github.com/VCVRack/Rack.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
38
Wiki
Activity
Browse Source
Update osdialog, fix osdialog filter format
tags/v0.6.1
Andrew Belt
6 years ago
parent
4e41c35395
commit
c756329bfc
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
dep/osdialog
+1
-1
src/app/RackWidget.cpp
+ 1
- 1
dep/osdialog
@@ -1 +1 @@
Subproject commit
ad9b5b8209079939d3862374a835389ffe7c6827
Subproject commit
f2624f7cee98aa51b80ffbd9efd47495638890da
+ 1
- 1
src/app/RackWidget.cpp
View File
@@ -12,7 +12,7 @@
namespace rack {
static const char *FILTERS = "VCV Rack patch (.vcv):
*.
vcv";
static const char *FILTERS = "VCV Rack patch (.vcv):vcv";
struct ModuleContainer : Widget {
Write
Preview
Loading…
Cancel
Save