Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
demi's patches #1: scaled border and shadow by default on [Script Info]
Originally committed to SVN as r1425.
  • Loading branch information
Rodrigo Braz Monteiro committed Jul 16, 2007
1 parent 425f644 commit 5269a2e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions aegisub/ass_file.cpp
Expand Up @@ -463,6 +463,7 @@ void AssFile::LoadDefault (bool defline) {
AddLine(_T("WrapStyle: 0"), _T("[Script Info]"),-1,version);
AddLine(_T("PlayResX: 640"),_T("[Script Info]"),-1,version);
AddLine(_T("PlayResY: 480"),_T("[Script Info]"),-1,version);
AddLine(_T("ScaledBorderAndShadow: yes"),_T("[Script Info]"),-1,version);
AddLine(_T(""),_T("[Script Info]"),-1,version);
AddLine(_T("[V4+ Styles]"),_T("[V4+ Styles]"),-1,version);
AddLine(_T("Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding"),_T("[V4+ Styles]"),-1,version);
Expand Down Expand Up @@ -1027,3 +1028,4 @@ std::list<AssFile*> AssFile::RedoStack;
bool AssFile::Popping;
bool AssFile::StackModified;


0 comments on commit 5269a2e

Please sign in to comment.