Name updates
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup />
|
||||
<ItemGroup>
|
||||
<Compile Update="MainForm.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
Generated
+1
-1
@@ -182,7 +182,7 @@ namespace FontGlyphExporter
|
||||
this.Controls.Add(this.lblCounter);
|
||||
this.Controls.Add(this.iconFlowPanel);
|
||||
this.Name = "MainForm";
|
||||
this.Text = "Font Awesome Icon Exporter";
|
||||
this.Text = "Font Glyph Exporter";
|
||||
this.pnlSizes.ResumeLayout(false);
|
||||
this.ResumeLayout(false);
|
||||
this.PerformLayout();
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 20 KiB |
Reference in New Issue
Block a user