~sebikul/mundus/trunk

« back to all changes in this revision

Viewing changes to .src/fMain.class

  • Committer: Sebi
  • Date: 2012-12-10 00:19:20 UTC
  • Revision ID: sebikul@gmail.com-20121210001920-rrk5zjdruw0qzg91
Updated the UI. Improved the filter textbox. Use new index repository. Updated spanish translation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
682
682
  LoadModules()
683
683
 
684
684
End
 
685
 
 
686
Public Sub tbClearFilter_Click()
 
687
 
 
688
  tbFilter.Clear()
 
689
 
 
690
End