HTML 5.0 icons and headers changed.

This commit is contained in:
Paulo Gustavo Veiga
2011-03-28 01:33:16 -03:00
parent 6d1b678c48
commit cb52a2e17f
13 changed files with 25 additions and 29 deletions

View File

@@ -197,15 +197,16 @@ function afterMindpotLibraryLoading()
firstStepWindow.moveTo(0, 0);
firstStepWindow.resizeTo(screen.availWidth, screen.availHeight);
});
}
if ($('helpButtonKeyboard') != null)
{
var keyboardPanel = $('helpButtonKeyboard')
keyboardPanel.addEvent('click', function(event) {
MOOdalBox.open('keyboard.htm', 'KeyBoard Shortcuts', '500px 400px', false)
});
}
var iconChooser = buildIconChooser();
iconPanel = new IconPanel({button:$('topicIcon'), onStart:cleanScreenEvent, content:iconChooser});
// Register Events ...