Reflects .c->.cc file renames across Geeqie.
[geeqie.git] / src / bar-histogram.c
index 00257e0..b72f7b9 100644 (file)
@@ -230,7 +230,7 @@ static GtkWidget *bar_pane_histogram_menu(PaneHistogramData *phd)
 
        menu = popup_menu_short_lived();
 
-       /* use the same strings as in layout-util.c */
+       /* use the same strings as in layout-util.cc */
        menu_item_add_radio(menu, _("Histogram on _Red"),   GINT_TO_POINTER(HCHAN_R), (channel == HCHAN_R), G_CALLBACK(bar_pane_histogram_popup_channels_cb), phd);
        menu_item_add_radio(menu, _("Histogram on _Green"), GINT_TO_POINTER(HCHAN_G), (channel == HCHAN_G), G_CALLBACK(bar_pane_histogram_popup_channels_cb), phd);
        menu_item_add_radio(menu, _("Histogram on _Blue"),  GINT_TO_POINTER(HCHAN_B), (channel == HCHAN_B), G_CALLBACK(bar_pane_histogram_popup_channels_cb), phd);