Index: src/DeltaShell/DeltaShell.Gui/Forms/MainWindow/MainWindow.xaml =================================================================== diff -u -r8f6ae890fed8e8eae3a32f9c0498a10f82e0ddf9 -rda53d965c969b482adbcccea7962ccd477d51fe6 --- src/DeltaShell/DeltaShell.Gui/Forms/MainWindow/MainWindow.xaml (.../MainWindow.xaml) (revision 8f6ae890fed8e8eae3a32f9c0498a10f82e0ddf9) +++ src/DeltaShell/DeltaShell.Gui/Forms/MainWindow/MainWindow.xaml (.../MainWindow.xaml) (revision da53d965c969b482adbcccea7962ccd477d51fe6) @@ -61,7 +61,7 @@ @@ -131,20 +131,23 @@ + Name="ButtonQuickAccessNewProject" + Icon="/DeltaShell.Gui;component\Resources\DocumentHS.png" + Click="OnFileNewClicked"/> + Name="ButtonQuickAccessOpenProject" + Icon="/DeltaShell.Gui;component\Resources\openfolderHS.png" + Click="OnFileOpenClicked" /> + Name="ButtonQuickAccessSaveProject" + Icon="/DeltaShell.Gui;component\Resources\saveHS.png" + Click="OnFileSaveClicked" />