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
43
Wiki
Activity
Browse Source
Update osdialog, fix osdialog filter format
pull/1639/head
Andrew Belt
7 years ago
parent
502eb21e0a
commit
394537b6d9
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