diff options
Diffstat (limited to 'src/Interface')
-rw-r--r-- | src/Interface/RibbonController.cs | 2 |
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'/> |