diff --git a/xpfe/global/resources/content/selectDialog.js b/xpfe/global/resources/content/selectDialog.js index 16f6d23fe6af..84c87f0f1379 100644 --- a/xpfe/global/resources/content/selectDialog.js +++ b/xpfe/global/resources/content/selectDialog.js @@ -46,6 +46,7 @@ function selectDialogOnLoad() } var windowTitle = param.GetString( 0 ); + dump("title: "+ windowTitle +"\n"); window.title = windowTitle; listBox = document.getElementById("list"); @@ -67,6 +68,7 @@ function selectDialogOnLoad() // Move to the right location moveToAlertPosition(); param.SetInt(0, 1 ); + centerWindowOnScreen(); }