diff options
| -rw-r--r-- | gui/browser.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/gui/browser.cpp b/gui/browser.cpp index 48382e880b..f4719f4850 100644 --- a/gui/browser.cpp +++ b/gui/browser.cpp @@ -43,7 +43,7 @@ enum {   */  BrowserDialog::BrowserDialog(const char *title, bool dirBrowser) -	: Dialog("browser") { +	: Dialog("Browser") {  	_titleRef = CFStringCreateWithCString(0, title, CFStringGetSystemEncoding());  	_isDirBrowser = dirBrowser;  } | 
