# HG changeset patch # User Daniele Nicolodi # Date 1392658776 -3600 # Node ID 24ab61179ab5544df4d4d6273df48b544c80afbb # Parent 95f155c5bec66eae7c2175e91c774e366f8f0873 Fix save of Extra math field diff -r 95f155c5bec6 -r 24ab61179ab5 FXAnalyse.h --- a/FXAnalyse.h Fri Feb 14 16:58:22 2014 +0100 +++ b/FXAnalyse.h Mon Feb 17 18:39:36 2014 +0100 @@ -76,7 +76,7 @@ #define PANEL_TEXTMSG_15 40 /* control type: textMsg, callback function: (none) */ #define PANEL_ADEV_Math5 41 /* control type: radioButton, callback function: CB_OnAllanPlot */ #define PANEL_PLOT_Math3 42 /* control type: radioButton, callback function: CB_OnFreqPlot */ -#define PANEL_SAVE_EXTRA 43 /* control type: radioButton, callback function: (none) */ +#define PANEL_SAVE_EXTRA 43 /* control type: radioButton, callback function: CB_SaveData */ #define PANEL_SR_LOGGER 44 /* control type: radioButton, callback function: CB_SrDatalogger */ #define PANEL_SAVE_SR 45 /* control type: radioButton, callback function: CB_SaveData */ #define PANEL_ADEV_Math3 46 /* control type: radioButton, callback function: CB_OnAllanPlot */ diff -r 95f155c5bec6 -r 24ab61179ab5 FXAnalyse.uir Binary file FXAnalyse.uir has changed