# HG changeset patch # User Goffi # Date 1306675546 -7200 # Node ID 5fa710058e2d8392e9bf34a015ef0122cfdaf78a # Parent d5266c41ca2419fe8dfc0f002e86fa5cebe80a0f browser side: fixed refactoring issue diff -r d5266c41ca24 -r 5fa710058e2d browser_side/panels.py --- 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 @@
Any help welcome :) """) - _dialog = dialog.InfoDialog("About", _about) + _dialog = dialog.GenericDialog("About", _about) _dialog.show() #Contact menu