aboutsummaryrefslogtreecommitdiff
path: root/src/Interface
diff options
context:
space:
mode:
authorSergey Chebotar <s.chebotar@gmail.com>2022-12-19 08:44:32 +0300
committerSergey Chebotar <s.chebotar@gmail.com>2022-12-19 08:44:32 +0300
commit75e7f9aae48724fd7eea042642e8e17304c03de4 (patch)
tree114124b4ed35aeebf45cad9d1ea0a6c12836d35f /src/Interface
parentc1f5ff06a4595f35dcb36f57c038c07128cf8d4b (diff)
Rename Excel Ribbon Tab
Diffstat (limited to 'src/Interface')
-rw-r--r--src/Interface/RibbonController.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Interface/RibbonController.cs b/src/Interface/RibbonController.cs
index 2d3290c..9c83d37 100644
--- a/src/Interface/RibbonController.cs
+++ b/src/Interface/RibbonController.cs
@@ -20,7 +20,7 @@ namespace RehauSku.Interface
<customUI onLoad='RibbonLoad' xmlns='http://schemas.microsoft.com/office/2006/01/customui'>
<ribbon>
<tabs>
- <tab id='rau' label='REHAU'>
+ <tab id='rau' label='RhSolutions'>
<group id='priceList' label='Прайс-лист'>
<button id='export' getEnabled='GetExportEnabled' label='Экспорт в новый файл' size='normal' imageMso='PivotExportToExcel' onAction='OnToolPressed'/>
<button id='convert' getEnabled='GetConvertEnabled' label='Актуализировать' size='normal' imageMso='FileUpdate' onAction='OnToolPressed'/>