File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff 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 />
Original file line number Diff line number Diff 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 ( ) ;
You can’t perform that action at this time.
0 commit comments