Skip to content

Commit

Permalink
pr review fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
RusAD32 committed Jun 4, 2023
1 parent 08b0e01 commit 8baeb0e
Show file tree
Hide file tree
Showing 4 changed files with 251 additions and 208 deletions.
3 changes: 2 additions & 1 deletion SnM/SnM.h
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,8 @@
#define SNM_CSURF_EXT_UNREGISTER 0x00016666
#define SNM_REAPER_IMG_EXTS "png,pcx,jpg,jpeg,jfif,ico,bmp" // img exts supported by REAPER (v4.32), can't get those at runtime yet
#define SNM_INI_EXT_LIST "INI files (*.INI)\0*.INI\0All Files\0*.*\0"
#define SNM_SUB_EXT_LIST "Subtitle files (*.SRT, *.ASS)\0*.SRT;*.ASS\0"
#define SNM_SUB_IMPORT_EXT_LIST "Subtitle files (*.SRT, *.ASS)\0*.SRT;*.ASS\0"
#define SNM_SUB_EXT_LIST "Subtitle files (*.SRT)\0*.SRT\0"
#define SNM_TXT_EXT_LIST "Text files (*.txt)\0*.txt\0All files (*.*)\0*.*\0"

#define SNM_MARKER_MASK 1
Expand Down
Loading

0 comments on commit 8baeb0e

Please sign in to comment.