diff options
Diffstat (limited to 'src/GipfelWidget.cxx')
-rw-r--r-- | src/GipfelWidget.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GipfelWidget.cxx b/src/GipfelWidget.cxx index ee5cb00..75451ec 100644 --- a/src/GipfelWidget.cxx +++ b/src/GipfelWidget.cxx @@ -109,7 +109,7 @@ GipfelWidget::load_image(char *file) { mb = new Fl_Menu_Button(x(),y(),w()+x(),h()+y(),"&popup"); mb->type(Fl_Menu_Button::POPUP3); mb->box(FL_NO_BOX); - mb->add("Center Peak", NULL, (Fl_Callback*) center_cb, this); + mb->add("Center Peak", 0, (Fl_Callback*) center_cb, this); // try to retrieve gipfel data from JPEG comment section args[0] = "rdjpgcom"; |