Skip to content

Commit e798841

Browse files
tduguidtduguid
authored andcommitted
Updated ribbon button names for date and time tables
1 parent 5ab5a5b commit e798841

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

CS/Ribbon.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ Or use the following tag to remove all other ribbons when this loads
206206
keytip="LTA"
207207
/>
208208
<button
209-
id="btnDateFormatFind"
209+
id="btnFormatDate"
210210
label="..."
211211
onAction="OnAction"
212212
screentip="Open Date Format List"
@@ -215,11 +215,11 @@ Or use the following tag to remove all other ribbons when this loads
215215
keytip="LFF"
216216
/>
217217
<button
218-
id="btnDateFormatReplace"
218+
id="btnFormatTime"
219219
label="..."
220220
onAction="OnAction"
221-
screentip="Open Date Format List"
222-
supertip="This will open the date format list form."
221+
screentip="Open Time Format List"
222+
supertip="This will open the time format list form."
223223
tag="TimeFormat"
224224
keytip="LFR"
225225
/>

CS/Scripts/Ribbon.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -593,8 +593,8 @@ public void OnAction(Office.IRibbonControl control)
593593
case "btnScriptTypeXmlValues":
594594
Formula.XmlValues();
595595
break;
596-
case "btnDateFormatFind":
597-
case "btnDateFormatReplace":
596+
case "btnFormatDate":
597+
case "btnFormatTime":
598598
case "btnTableAlias":
599599
AppVariables.TableName = control.Tag;
600600
OpenTableDataPane();

0 commit comments

Comments
 (0)