Merged master ffd40 into gtk3 9bfca

This commit is contained in:
Beep6581
2016-03-11 18:37:47 +01:00
41 changed files with 889 additions and 381 deletions

View File

@@ -186,7 +186,6 @@ Retinex::Retinex () : FoldableToolPanel (this, "retinex", M ("TP_RETINEX_LABEL")
mapMethod = Gtk::manage (new MyComboBoxText ());
mapMethod->append (M ("TP_RETINEX_MAP_NONE"));
// mapMethod->append (M("TP_RETINEX_MAP_CURV"));
mapMethod->append (M ("TP_RETINEX_MAP_GAUS"));
mapMethod->append (M ("TP_RETINEX_MAP_MAPP"));
mapMethod->append (M ("TP_RETINEX_MAP_MAPT"));