Originally committed to SVN as r1682.
This commit is contained in:
Rodrigo Braz Monteiro 2008-01-11 03:38:06 +00:00
parent 71f641d649
commit df515c6f3b
1 changed files with 1 additions and 0 deletions

View File

@ -80,6 +80,7 @@ DialogFontsCollector::DialogFontsCollector(wxWindow *parent)
wxFileName filename(AssFile::top->filename);
dest = filename.GetPath();
}
while (dest.Right(1) == _T("/")) dest = dest.Left(dest.Length()-1);
DestBox = new wxTextCtrl(this,-1,dest,wxDefaultPosition,wxSize(250,20),0);
BrowseButton = new wxButton(this,BROWSE_BUTTON,_("&Browse..."));
wxSizer *DestBottomSizer = new wxBoxSizer(wxHORIZONTAL);