Skip to content

Commit 0f95f73

Browse files
tduguidtduguid
authored andcommitted
Updated table reference on on change event of time drop down
1 parent e617dfe commit 0f95f73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CS/Scripts/Ribbon.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,7 @@ public void OnChange(Office.IRibbonControl control, string text)
631631
break;
632632
case "cboFormatTime":
633633
Properties.Settings.Default.Table_ColumnFormatTime = text;
634-
Data.InsertRecord(Data.DateFormatTable, text);
634+
Data.InsertRecord(Data.TimeFormatTable, text);
635635
break;
636636
case "cboTableAlias":
637637
Properties.Settings.Default.Table_ColumnTableAlias = text;

0 commit comments

Comments
 (0)