Fix Browser dialog name.

svn-id: r42941
This commit is contained in:
Johannes Schickel 2009-07-30 19:43:53 +00:00
parent d6d5da0d9f
commit 387afcc113

View File

@ -43,7 +43,7 @@ enum {
*/
BrowserDialog::BrowserDialog(const char *title, bool dirBrowser)
: Dialog("browser") {
: Dialog("Browser") {
_titleRef = CFStringCreateWithCString(0, title, CFStringGetSystemEncoding());
_isDirBrowser = dirBrowser;
}