We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e617dfe commit 0f95f73Copy full SHA for 0f95f73
CS/Scripts/Ribbon.cs
@@ -631,7 +631,7 @@ public void OnChange(Office.IRibbonControl control, string text)
631
break;
632
case "cboFormatTime":
633
Properties.Settings.Default.Table_ColumnFormatTime = text;
634
- Data.InsertRecord(Data.DateFormatTable, text);
+ Data.InsertRecord(Data.TimeFormatTable, text);
635
636
case "cboTableAlias":
637
Properties.Settings.Default.Table_ColumnTableAlias = text;
0 commit comments