Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 40499
Collapse All | Expand All

(-)vino-0.12/client/java/vncviewer/AboutDialog.java (-1 / +1 lines)
Lines 26-32 Link Here
26
    super(false);
26
    super(false);
27
    setTitle("About VNCViewer");
27
    setTitle("About VNCViewer");
28
    Panel p1 = new Panel();
28
    Panel p1 = new Panel();
29
    aboutLabel = new TextArea(VNCViewer.aboutText);
29
    aboutLabel = new TextArea("About text goes here");
30
    aboutLabel.setEditable(false);
30
    aboutLabel.setEditable(false);
31
    p1.add(aboutLabel);
31
    p1.add(aboutLabel);
32
    add("Center", p1);
32
    add("Center", p1);

Return to bug 40499