Mercurial > libervia-web
changeset 56:5fa710058e2d
browser side: fixed refactoring issue
author | Goffi <goffi@goffi.org> |
---|---|
date | Sun, 29 May 2011 15:25:46 +0200 |
parents | d5266c41ca24 |
children | e552a67b933d |
files | browser_side/panels.py |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/browser_side/panels.py Sun May 29 02:13:53 2011 +0200 +++ b/browser_side/panels.py Sun May 29 15:25:46 2011 +0200 @@ -100,7 +100,7 @@ def onSocialContract(self): _frame = Frame('contrat_social.html') _frame.setStyleName('infoFrame') - _dialog = dialog.InfoDialog("Contrat Social", _frame) + _dialog = dialog.GenericDialog("Contrat Social", _frame) _dialog.setSize('80%', '80%') _dialog.show() @@ -113,7 +113,7 @@ <br /> Any help welcome :) """) - _dialog = dialog.InfoDialog("About", _about) + _dialog = dialog.GenericDialog("About", _about) _dialog.show() #Contact menu