summaryrefslogtreecommitdiff
path: root/fluid/fluid.cxx
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2005-03-10 12:23:43 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2005-03-10 12:23:43 +0000
commitfb820bcf23f73c595b71259076b5b1d293fffa2b (patch)
treebd83491fe20e99e13e4a3d2a586de9bc5047aeb5 /fluid/fluid.cxx
parente747c494225ecd495f9d715b5acf3df03b0b1e6c (diff)
Add icon images (still need to update OSX icon file...)
Update FLUID about window to use new icon and clean up layout. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4103 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid/fluid.cxx')
-rw-r--r--fluid/fluid.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/fluid/fluid.cxx b/fluid/fluid.cxx
index f2acf480c..662d3cf8f 100644
--- a/fluid/fluid.cxx
+++ b/fluid/fluid.cxx
@@ -418,7 +418,6 @@ void align_widget_cb(Fl_Widget *, long);
void about_cb(Fl_Widget *, void *) {
if (!about_panel) make_about_panel();
- display_group->show();
about_panel->show();
}