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