Mercurial > hg > fxanalyse
changeset 173:24ab61179ab5
Fix save of Extra math field
author | Daniele Nicolodi <daniele.nicolodi@obspm.fr> |
---|---|
date | Mon, 17 Feb 2014 18:39:36 +0100 |
parents | 95f155c5bec6 |
children | d96f0b04f7fe |
files | FXAnalyse.h FXAnalyse.uir |
diffstat | 2 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 */