~ubuntu-branches/ubuntu/breezy/freeguide/breezy

« back to all changes in this revision

Viewing changes to src/program/lib/fgspecific/MessageDialogTimerTask.java

  • Committer: Bazaar Package Importer
  • Author(s): Shaun Jackman
  • Date: 2005-03-16 14:26:41 UTC
  • mfrom: (1.2.1 upstream) (2.1.1 hoary)
  • Revision ID: james.westby@ubuntu.com-20050316142641-158peomn97t9qvhp
Tags: 0.8.5-1
* New upstream release.
* Change __ANT_DOC_DIRECTORY__ to /usr/share/doc/freeguide.
* Add sensible-browser to the list of web browsers (closes: #288518).
* Add menu entry and xpm icon (closes: #288813). 

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
                        
47
47
                dialog = optionPane.createDialog( null, "FreeGuide Reminder" );
48
48
                
49
 
                dialog.show();
 
49
                dialog.setVisible( true );
50
50
                
51
51
        }
52
52