Fix the 'about:config' menuitem of debug builds.

This commit is contained in:
Florian Quèze 2011-07-12 19:30:47 +02:00
Родитель a037f3a32c
Коммит f4092c238e
1 изменённых файлов: 2 добавлений и 3 удалений

Просмотреть файл

@ -11,9 +11,8 @@ function toOpenWindowByType(inType, uri) {
var debug = {
config: function debug_config() {
if (!menus.focus("Preferences:ConfigManager"))
window.open(configWindow, "Config",
"chrome,resizable");
Core.showWindow("Preferences:ConfigManager", configWindow, "Config",
"chrome,resizable,centerscreen");
},
venkman: function debug_venkman() {