Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Notes: .ASS support, Drag&Drop support #1762

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 "SubRip subtitle files (*.SRT)\0*.SRT\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