Index: Core/Plugins/src/Core.Plugins.ProjectExplorer/Ribbon.xaml =================================================================== diff -u -r79b1cdcf9dcdbe4c015f5fc6b42605a00386b120 -r8b0b93c09c3e5b312e000aea70d808fcac0ba6ee --- Core/Plugins/src/Core.Plugins.ProjectExplorer/Ribbon.xaml (.../Ribbon.xaml) (revision 79b1cdcf9dcdbe4c015f5fc6b42605a00386b120) +++ Core/Plugins/src/Core.Plugins.ProjectExplorer/Ribbon.xaml (.../Ribbon.xaml) (revision 8b0b93c09c3e5b312e000aea70d808fcac0ba6ee) @@ -5,14 +5,15 @@ xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:fluent="clr-namespace:Fluent;assembly=Fluent" xmlns:resx="clr-namespace:Core.Plugins.ProjectExplorer.Properties" + xmlns:gui="clr-namespace:Core.Common.Gui;assembly=Core.Common.Gui" mc:Ignorable="d" Width="686.4" Height="168" Background="White"> - + - + Index: Core/Plugins/src/Core.Plugins.SharpMapGis.Gui/Properties/Resources.Designer.cs =================================================================== diff -u -re5cd358fe021d2c9d042e226cc00db06578619e3 -r8b0b93c09c3e5b312e000aea70d808fcac0ba6ee --- Core/Plugins/src/Core.Plugins.SharpMapGis.Gui/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision e5cd358fe021d2c9d042e226cc00db06578619e3) +++ Core/Plugins/src/Core.Plugins.SharpMapGis.Gui/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 8b0b93c09c3e5b312e000aea70d808fcac0ba6ee) @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:4.0.30319.42000 +// Runtime Version:4.0.30319.34209 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -277,6 +277,16 @@ } /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + public static System.Drawing.Bitmap ExportIcon { + get { + object obj = ResourceManager.GetObject("ExportIcon", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// /// Looks up a localized string similar to De beschikbare gegevens van de feature.. /// public static string FeatureDataRowProperties_Data_Description { Index: Core/Plugins/src/Core.Plugins.SharpMapGis.Gui/Properties/Resources.resx =================================================================== diff -u -re5cd358fe021d2c9d042e226cc00db06578619e3 -r8b0b93c09c3e5b312e000aea70d808fcac0ba6ee --- Core/Plugins/src/Core.Plugins.SharpMapGis.Gui/Properties/Resources.resx (.../Resources.resx) (revision e5cd358fe021d2c9d042e226cc00db06578619e3) +++ Core/Plugins/src/Core.Plugins.SharpMapGis.Gui/Properties/Resources.resx (.../Resources.resx) (revision 8b0b93c09c3e5b312e000aea70d808fcac0ba6ee) @@ -758,4 +758,7 @@ ..\Resources\buttonAddLayer.Image.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ..\resources\exporticon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + \ No newline at end of file Index: Core/Plugins/src/Core.Plugins.SharpMapGis.Gui/Ribbon.xaml =================================================================== diff -u -raa5887c5cd44df8768c05651b7013ed50f7902d9 -r8b0b93c09c3e5b312e000aea70d808fcac0ba6ee --- Core/Plugins/src/Core.Plugins.SharpMapGis.Gui/Ribbon.xaml (.../Ribbon.xaml) (revision aa5887c5cd44df8768c05651b7013ed50f7902d9) +++ Core/Plugins/src/Core.Plugins.SharpMapGis.Gui/Ribbon.xaml (.../Ribbon.xaml) (revision 8b0b93c09c3e5b312e000aea70d808fcac0ba6ee) @@ -5,35 +5,36 @@ xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:fluent="clr-namespace:Fluent;assembly=Fluent" xmlns:p="clr-namespace:Core.Plugins.SharpMapGis.Gui.Properties" + xmlns:gui="clr-namespace:Core.Common.Gui;assembly=Core.Common.Gui" mc:Ignorable="d" Width="686.4" Height="168" Background="White"> - + - + - - - - + + + + - - - - - - - - - - + + + + + + + + + +