mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-21 17:59:34 +00:00
Bug 608934 - About window needs a close button (Gnome 3 integration). r=gavin
This commit is contained in:
parent
526da227fb
commit
00bdc3ebdf
@ -418,10 +418,12 @@ function openAboutDialog() {
|
||||
return;
|
||||
}
|
||||
|
||||
#ifdef XP_MACOSX
|
||||
#ifdef XP_WIN
|
||||
var features = "chrome,centerscreen,dependent";
|
||||
#elifdef XP_MACOSX
|
||||
var features = "chrome,resizable=no,minimizable=no";
|
||||
#else
|
||||
var features = "chrome,centerscreen,dependent";
|
||||
var features = "chrome,centerscreen,dependent,dialog=no";
|
||||
#endif
|
||||
window.openDialog("chrome://browser/content/aboutDialog.xul", "", features);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user