Implement Help menu item (links to googlecode page)
This commit is contained in:
parent
6711995c5b
commit
04d41975d0
|
@ -645,6 +645,8 @@
|
||||||
<None Include="images\MoveLeft.png" />
|
<None Include="images\MoveLeft.png" />
|
||||||
<None Include="images\Scan.png" />
|
<None Include="images\Scan.png" />
|
||||||
<None Include="images\corphawk.jpg" />
|
<None Include="images\corphawk.jpg" />
|
||||||
|
<None Include="images\Help.png" />
|
||||||
|
<None Include="images\CorpHawkSmall.png" />
|
||||||
<Content Include="output\gamedb.txt" />
|
<Content Include="output\gamedb.txt" />
|
||||||
<Content Include="output\gamedb_neshomebrew.txt" />
|
<Content Include="output\gamedb_neshomebrew.txt" />
|
||||||
<None Include="images\Refresh.bmp" />
|
<None Include="images\Refresh.bmp" />
|
||||||
|
|
|
@ -152,6 +152,7 @@
|
||||||
this.acceptBackgroundInputToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
this.acceptBackgroundInputToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||||
this.singleInstanceModeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
this.singleInstanceModeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||||
this.enableContextMenuToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
this.enableContextMenuToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||||
|
this.backupSavestatesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||||
this.frameSkipToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
this.frameSkipToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||||
this.miLimitFramerate = new System.Windows.Forms.ToolStripMenuItem();
|
this.miLimitFramerate = new System.Windows.Forms.ToolStripMenuItem();
|
||||||
this.miDisplayVsync = new System.Windows.Forms.ToolStripMenuItem();
|
this.miDisplayVsync = new System.Windows.Forms.ToolStripMenuItem();
|
||||||
|
@ -238,7 +239,6 @@
|
||||||
this.toolStripSeparator20 = new System.Windows.Forms.ToolStripSeparator();
|
this.toolStripSeparator20 = new System.Windows.Forms.ToolStripSeparator();
|
||||||
this.screenshotToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
|
this.screenshotToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
|
||||||
this.closeROMToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
|
this.closeROMToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
|
||||||
this.backupSavestatesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
||||||
this.menuStrip1.SuspendLayout();
|
this.menuStrip1.SuspendLayout();
|
||||||
this.StatusSlot0.SuspendLayout();
|
this.StatusSlot0.SuspendLayout();
|
||||||
this.contextMenuStrip1.SuspendLayout();
|
this.contextMenuStrip1.SuspendLayout();
|
||||||
|
@ -260,7 +260,7 @@
|
||||||
this.menuStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.Flow;
|
this.menuStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.Flow;
|
||||||
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
|
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
|
||||||
this.menuStrip1.Name = "menuStrip1";
|
this.menuStrip1.Name = "menuStrip1";
|
||||||
this.menuStrip1.Size = new System.Drawing.Size(470, 40);
|
this.menuStrip1.Size = new System.Drawing.Size(470, 21);
|
||||||
this.menuStrip1.TabIndex = 0;
|
this.menuStrip1.TabIndex = 0;
|
||||||
this.menuStrip1.Text = "menuStrip1";
|
this.menuStrip1.Text = "menuStrip1";
|
||||||
this.menuStrip1.MenuDeactivate += new System.EventHandler(this.menuStrip1_MenuDeactivate);
|
this.menuStrip1.MenuDeactivate += new System.EventHandler(this.menuStrip1_MenuDeactivate);
|
||||||
|
@ -1112,7 +1112,7 @@
|
||||||
//
|
//
|
||||||
this.controllersToolStripMenuItem.Image = global::BizHawk.MultiClient.Properties.Resources.GameController;
|
this.controllersToolStripMenuItem.Image = global::BizHawk.MultiClient.Properties.Resources.GameController;
|
||||||
this.controllersToolStripMenuItem.Name = "controllersToolStripMenuItem";
|
this.controllersToolStripMenuItem.Name = "controllersToolStripMenuItem";
|
||||||
this.controllersToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
|
this.controllersToolStripMenuItem.Size = new System.Drawing.Size(149, 22);
|
||||||
this.controllersToolStripMenuItem.Text = "&Controllers...";
|
this.controllersToolStripMenuItem.Text = "&Controllers...";
|
||||||
this.controllersToolStripMenuItem.Click += new System.EventHandler(this.controllersToolStripMenuItem_Click);
|
this.controllersToolStripMenuItem.Click += new System.EventHandler(this.controllersToolStripMenuItem_Click);
|
||||||
//
|
//
|
||||||
|
@ -1120,7 +1120,7 @@
|
||||||
//
|
//
|
||||||
this.hotkeysToolStripMenuItem.Image = global::BizHawk.MultiClient.Properties.Resources.HotKeys;
|
this.hotkeysToolStripMenuItem.Image = global::BizHawk.MultiClient.Properties.Resources.HotKeys;
|
||||||
this.hotkeysToolStripMenuItem.Name = "hotkeysToolStripMenuItem";
|
this.hotkeysToolStripMenuItem.Name = "hotkeysToolStripMenuItem";
|
||||||
this.hotkeysToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
|
this.hotkeysToolStripMenuItem.Size = new System.Drawing.Size(149, 22);
|
||||||
this.hotkeysToolStripMenuItem.Text = "&Hotkeys...";
|
this.hotkeysToolStripMenuItem.Text = "&Hotkeys...";
|
||||||
this.hotkeysToolStripMenuItem.Click += new System.EventHandler(this.hotkeysToolStripMenuItem_Click);
|
this.hotkeysToolStripMenuItem.Click += new System.EventHandler(this.hotkeysToolStripMenuItem_Click);
|
||||||
//
|
//
|
||||||
|
@ -1128,7 +1128,7 @@
|
||||||
//
|
//
|
||||||
this.messagesToolStripMenuItem.Image = global::BizHawk.MultiClient.Properties.Resources.MessageConfig;
|
this.messagesToolStripMenuItem.Image = global::BizHawk.MultiClient.Properties.Resources.MessageConfig;
|
||||||
this.messagesToolStripMenuItem.Name = "messagesToolStripMenuItem";
|
this.messagesToolStripMenuItem.Name = "messagesToolStripMenuItem";
|
||||||
this.messagesToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
|
this.messagesToolStripMenuItem.Size = new System.Drawing.Size(149, 22);
|
||||||
this.messagesToolStripMenuItem.Text = "&Messages...";
|
this.messagesToolStripMenuItem.Text = "&Messages...";
|
||||||
this.messagesToolStripMenuItem.Click += new System.EventHandler(this.messagesToolStripMenuItem_Click);
|
this.messagesToolStripMenuItem.Click += new System.EventHandler(this.messagesToolStripMenuItem_Click);
|
||||||
//
|
//
|
||||||
|
@ -1136,7 +1136,7 @@
|
||||||
//
|
//
|
||||||
this.pathsToolStripMenuItem.Image = global::BizHawk.MultiClient.Properties.Resources.CopyFolderHS;
|
this.pathsToolStripMenuItem.Image = global::BizHawk.MultiClient.Properties.Resources.CopyFolderHS;
|
||||||
this.pathsToolStripMenuItem.Name = "pathsToolStripMenuItem";
|
this.pathsToolStripMenuItem.Name = "pathsToolStripMenuItem";
|
||||||
this.pathsToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
|
this.pathsToolStripMenuItem.Size = new System.Drawing.Size(149, 22);
|
||||||
this.pathsToolStripMenuItem.Text = "Paths...";
|
this.pathsToolStripMenuItem.Text = "Paths...";
|
||||||
this.pathsToolStripMenuItem.Click += new System.EventHandler(this.pathsToolStripMenuItem_Click);
|
this.pathsToolStripMenuItem.Click += new System.EventHandler(this.pathsToolStripMenuItem_Click);
|
||||||
//
|
//
|
||||||
|
@ -1144,14 +1144,14 @@
|
||||||
//
|
//
|
||||||
this.soundToolStripMenuItem.Image = global::BizHawk.MultiClient.Properties.Resources.AudioHS;
|
this.soundToolStripMenuItem.Image = global::BizHawk.MultiClient.Properties.Resources.AudioHS;
|
||||||
this.soundToolStripMenuItem.Name = "soundToolStripMenuItem";
|
this.soundToolStripMenuItem.Name = "soundToolStripMenuItem";
|
||||||
this.soundToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
|
this.soundToolStripMenuItem.Size = new System.Drawing.Size(149, 22);
|
||||||
this.soundToolStripMenuItem.Text = "&Sound...";
|
this.soundToolStripMenuItem.Text = "&Sound...";
|
||||||
this.soundToolStripMenuItem.Click += new System.EventHandler(this.soundToolStripMenuItem_Click);
|
this.soundToolStripMenuItem.Click += new System.EventHandler(this.soundToolStripMenuItem_Click);
|
||||||
//
|
//
|
||||||
// toolStripSeparator9
|
// toolStripSeparator9
|
||||||
//
|
//
|
||||||
this.toolStripSeparator9.Name = "toolStripSeparator9";
|
this.toolStripSeparator9.Name = "toolStripSeparator9";
|
||||||
this.toolStripSeparator9.Size = new System.Drawing.Size(149, 6);
|
this.toolStripSeparator9.Size = new System.Drawing.Size(146, 6);
|
||||||
//
|
//
|
||||||
// gUIToolStripMenuItem
|
// gUIToolStripMenuItem
|
||||||
//
|
//
|
||||||
|
@ -1167,7 +1167,7 @@
|
||||||
this.enableContextMenuToolStripMenuItem,
|
this.enableContextMenuToolStripMenuItem,
|
||||||
this.backupSavestatesToolStripMenuItem});
|
this.backupSavestatesToolStripMenuItem});
|
||||||
this.gUIToolStripMenuItem.Name = "gUIToolStripMenuItem";
|
this.gUIToolStripMenuItem.Name = "gUIToolStripMenuItem";
|
||||||
this.gUIToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
|
this.gUIToolStripMenuItem.Size = new System.Drawing.Size(149, 22);
|
||||||
this.gUIToolStripMenuItem.Text = "GUI";
|
this.gUIToolStripMenuItem.Text = "GUI";
|
||||||
this.gUIToolStripMenuItem.DropDownOpened += new System.EventHandler(this.gUIToolStripMenuItem_DropDownOpened);
|
this.gUIToolStripMenuItem.DropDownOpened += new System.EventHandler(this.gUIToolStripMenuItem_DropDownOpened);
|
||||||
//
|
//
|
||||||
|
@ -1234,6 +1234,13 @@
|
||||||
this.enableContextMenuToolStripMenuItem.Text = "Enable Context Menu";
|
this.enableContextMenuToolStripMenuItem.Text = "Enable Context Menu";
|
||||||
this.enableContextMenuToolStripMenuItem.Click += new System.EventHandler(this.enableContextMenuToolStripMenuItem_Click);
|
this.enableContextMenuToolStripMenuItem.Click += new System.EventHandler(this.enableContextMenuToolStripMenuItem_Click);
|
||||||
//
|
//
|
||||||
|
// backupSavestatesToolStripMenuItem
|
||||||
|
//
|
||||||
|
this.backupSavestatesToolStripMenuItem.Name = "backupSavestatesToolStripMenuItem";
|
||||||
|
this.backupSavestatesToolStripMenuItem.Size = new System.Drawing.Size(220, 22);
|
||||||
|
this.backupSavestatesToolStripMenuItem.Text = "Backup Savestates";
|
||||||
|
this.backupSavestatesToolStripMenuItem.Click += new System.EventHandler(this.backupSavestatesToolStripMenuItem_Click);
|
||||||
|
//
|
||||||
// frameSkipToolStripMenuItem
|
// frameSkipToolStripMenuItem
|
||||||
//
|
//
|
||||||
this.frameSkipToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
this.frameSkipToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||||
|
@ -1258,7 +1265,7 @@
|
||||||
this.miSpeed150,
|
this.miSpeed150,
|
||||||
this.miSpeed200});
|
this.miSpeed200});
|
||||||
this.frameSkipToolStripMenuItem.Name = "frameSkipToolStripMenuItem";
|
this.frameSkipToolStripMenuItem.Name = "frameSkipToolStripMenuItem";
|
||||||
this.frameSkipToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
|
this.frameSkipToolStripMenuItem.Size = new System.Drawing.Size(149, 22);
|
||||||
this.frameSkipToolStripMenuItem.Text = "Speed/Skip";
|
this.frameSkipToolStripMenuItem.Text = "Speed/Skip";
|
||||||
this.frameSkipToolStripMenuItem.DropDownOpened += new System.EventHandler(this.frameSkipToolStripMenuItem_DropDownOpened);
|
this.frameSkipToolStripMenuItem.DropDownOpened += new System.EventHandler(this.frameSkipToolStripMenuItem_DropDownOpened);
|
||||||
//
|
//
|
||||||
|
@ -1401,13 +1408,13 @@
|
||||||
// toolStripSeparator10
|
// toolStripSeparator10
|
||||||
//
|
//
|
||||||
this.toolStripSeparator10.Name = "toolStripSeparator10";
|
this.toolStripSeparator10.Name = "toolStripSeparator10";
|
||||||
this.toolStripSeparator10.Size = new System.Drawing.Size(149, 6);
|
this.toolStripSeparator10.Size = new System.Drawing.Size(146, 6);
|
||||||
//
|
//
|
||||||
// saveConfigToolStripMenuItem
|
// saveConfigToolStripMenuItem
|
||||||
//
|
//
|
||||||
this.saveConfigToolStripMenuItem.Image = global::BizHawk.MultiClient.Properties.Resources.Save;
|
this.saveConfigToolStripMenuItem.Image = global::BizHawk.MultiClient.Properties.Resources.Save;
|
||||||
this.saveConfigToolStripMenuItem.Name = "saveConfigToolStripMenuItem";
|
this.saveConfigToolStripMenuItem.Name = "saveConfigToolStripMenuItem";
|
||||||
this.saveConfigToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
|
this.saveConfigToolStripMenuItem.Size = new System.Drawing.Size(149, 22);
|
||||||
this.saveConfigToolStripMenuItem.Text = "Save Config";
|
this.saveConfigToolStripMenuItem.Text = "Save Config";
|
||||||
this.saveConfigToolStripMenuItem.Click += new System.EventHandler(this.saveConfigToolStripMenuItem_Click);
|
this.saveConfigToolStripMenuItem.Click += new System.EventHandler(this.saveConfigToolStripMenuItem_Click);
|
||||||
//
|
//
|
||||||
|
@ -1415,7 +1422,7 @@
|
||||||
//
|
//
|
||||||
this.loadConfigToolStripMenuItem.Image = global::BizHawk.MultiClient.Properties.Resources.LoadConfig;
|
this.loadConfigToolStripMenuItem.Image = global::BizHawk.MultiClient.Properties.Resources.LoadConfig;
|
||||||
this.loadConfigToolStripMenuItem.Name = "loadConfigToolStripMenuItem";
|
this.loadConfigToolStripMenuItem.Name = "loadConfigToolStripMenuItem";
|
||||||
this.loadConfigToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
|
this.loadConfigToolStripMenuItem.Size = new System.Drawing.Size(149, 22);
|
||||||
this.loadConfigToolStripMenuItem.Text = "Load Config";
|
this.loadConfigToolStripMenuItem.Text = "Load Config";
|
||||||
//
|
//
|
||||||
// toolsToolStripMenuItem
|
// toolsToolStripMenuItem
|
||||||
|
@ -1622,16 +1629,17 @@
|
||||||
//
|
//
|
||||||
// helpToolStripMenuItem1
|
// helpToolStripMenuItem1
|
||||||
//
|
//
|
||||||
this.helpToolStripMenuItem1.Enabled = false;
|
this.helpToolStripMenuItem1.Image = global::BizHawk.MultiClient.Properties.Resources.Help;
|
||||||
this.helpToolStripMenuItem1.Name = "helpToolStripMenuItem1";
|
this.helpToolStripMenuItem1.Name = "helpToolStripMenuItem1";
|
||||||
this.helpToolStripMenuItem1.Size = new System.Drawing.Size(114, 22);
|
this.helpToolStripMenuItem1.Size = new System.Drawing.Size(152, 22);
|
||||||
this.helpToolStripMenuItem1.Text = "&Help";
|
this.helpToolStripMenuItem1.Text = "&Online Help...";
|
||||||
this.helpToolStripMenuItem1.Click += new System.EventHandler(this.helpToolStripMenuItem1_Click);
|
this.helpToolStripMenuItem1.Click += new System.EventHandler(this.helpToolStripMenuItem1_Click);
|
||||||
//
|
//
|
||||||
// aboutToolStripMenuItem
|
// aboutToolStripMenuItem
|
||||||
//
|
//
|
||||||
|
this.aboutToolStripMenuItem.Image = global::BizHawk.MultiClient.Properties.Resources.CorpHawkSmall;
|
||||||
this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
|
this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
|
||||||
this.aboutToolStripMenuItem.Size = new System.Drawing.Size(114, 22);
|
this.aboutToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
|
||||||
this.aboutToolStripMenuItem.Text = "&About";
|
this.aboutToolStripMenuItem.Text = "&About";
|
||||||
this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click);
|
this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click);
|
||||||
//
|
//
|
||||||
|
@ -1934,13 +1942,6 @@
|
||||||
this.closeROMToolStripMenuItem1.Text = "Close ROM";
|
this.closeROMToolStripMenuItem1.Text = "Close ROM";
|
||||||
this.closeROMToolStripMenuItem1.Click += new System.EventHandler(this.closeROMToolStripMenuItem1_Click);
|
this.closeROMToolStripMenuItem1.Click += new System.EventHandler(this.closeROMToolStripMenuItem1_Click);
|
||||||
//
|
//
|
||||||
// backupSavestatesToolStripMenuItem
|
|
||||||
//
|
|
||||||
this.backupSavestatesToolStripMenuItem.Name = "backupSavestatesToolStripMenuItem";
|
|
||||||
this.backupSavestatesToolStripMenuItem.Size = new System.Drawing.Size(220, 22);
|
|
||||||
this.backupSavestatesToolStripMenuItem.Text = "Backup Savestates";
|
|
||||||
this.backupSavestatesToolStripMenuItem.Click += new System.EventHandler(this.backupSavestatesToolStripMenuItem_Click);
|
|
||||||
//
|
|
||||||
// MainForm
|
// MainForm
|
||||||
//
|
//
|
||||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 14F);
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 14F);
|
||||||
|
|
|
@ -306,7 +306,7 @@ namespace BizHawk.MultiClient
|
||||||
|
|
||||||
private void helpToolStripMenuItem1_Click(object sender, EventArgs e)
|
private void helpToolStripMenuItem1_Click(object sender, EventArgs e)
|
||||||
{
|
{
|
||||||
|
System.Diagnostics.Process.Start("http://code.google.com/p/bizhawk/");
|
||||||
}
|
}
|
||||||
|
|
||||||
private void aboutToolStripMenuItem_Click(object sender, EventArgs e)
|
private void aboutToolStripMenuItem_Click(object sender, EventArgs e)
|
||||||
|
|
|
@ -158,6 +158,13 @@ namespace BizHawk.MultiClient.Properties {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
internal static System.Drawing.Bitmap CorpHawkSmall {
|
||||||
|
get {
|
||||||
|
object obj = ResourceManager.GetObject("CorpHawkSmall", resourceCulture);
|
||||||
|
return ((System.Drawing.Bitmap)(obj));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
internal static System.Drawing.Bitmap CutHS {
|
internal static System.Drawing.Bitmap CutHS {
|
||||||
get {
|
get {
|
||||||
object obj = ResourceManager.GetObject("CutHS", resourceCulture);
|
object obj = ResourceManager.GetObject("CutHS", resourceCulture);
|
||||||
|
@ -263,6 +270,13 @@ namespace BizHawk.MultiClient.Properties {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
internal static System.Drawing.Bitmap Help {
|
||||||
|
get {
|
||||||
|
object obj = ResourceManager.GetObject("Help", resourceCulture);
|
||||||
|
return ((System.Drawing.Bitmap)(obj));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
internal static System.Drawing.Bitmap HomeBrew {
|
internal static System.Drawing.Bitmap HomeBrew {
|
||||||
get {
|
get {
|
||||||
object obj = ResourceManager.GetObject("HomeBrew", resourceCulture);
|
object obj = ResourceManager.GetObject("HomeBrew", resourceCulture);
|
||||||
|
|
|
@ -780,4 +780,10 @@
|
||||||
<data name="corphawk" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="corphawk" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\images\corphawk.jpg;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>..\images\corphawk.jpg;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="CorpHawkSmall" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>..\images\CorpHawkSmall.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="Help" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>..\images\Help.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
</root>
|
</root>
|
Binary file not shown.
After Width: | Height: | Size: 3.6 KiB |
Binary file not shown.
After Width: | Height: | Size: 3.3 KiB |
Loading…
Reference in New Issue