Show
Ignore:
Timestamp:
07/01/07 17:57:20 (6 years ago)
Author:
kop-labs
Message:

border Viewport ProfileEditor? fix

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branch/k0p/umitInterfaceEditor/uie.py

    r878 r908  
    1919 
    2020import sys 
    21 from umitInterfaceEditor import ProfileWizardEditor 
     21from umitInterfaceEditor import umitInterfaceEditor 
    2222import gtk 
    2323 
     
    2525 
    2626if __name__ == '__main__': 
    27     p = ProfileWizardEditor() 
     27    p = umitInterfaceEditor() 
    2828    p.show_all() 
    2929    gtk.main()