aboutsummaryrefslogtreecommitdiff
path: root/Source/Ribbon
diff options
context:
space:
mode:
authorSergey Chebotar <s.chebotar@gmail.com>2021-12-23 15:31:23 +0300
committerSergey Chebotar <s.chebotar@gmail.com>2021-12-23 15:31:23 +0300
commit0513ac5ad7c7de498b794c27728c2c8ff306f941 (patch)
tree2b55e7a387a8ab18371d008f6c23308caaa41d4f /Source/Ribbon
parentce5597d042062c820288c63b4e571ee77ac23ab0 (diff)
Rename to ExportTool
Diffstat (limited to 'Source/Ribbon')
-rw-r--r--Source/Ribbon/RibbonController.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Ribbon/RibbonController.cs b/Source/Ribbon/RibbonController.cs
index cfe4532..325b4c6 100644
--- a/Source/Ribbon/RibbonController.cs
+++ b/Source/Ribbon/RibbonController.cs
@@ -29,7 +29,7 @@ namespace RehauSku.Ribbon
public void OnExportPressed(IRibbonControl control)
{
- using (Exporter dw = new Exporter())
+ using (ExportTool dw = new ExportTool())
{
if (!dw.IsRangeValid())
{