Skip to content

Commit

Permalink
minor edits to menu item names
Browse files Browse the repository at this point in the history
  • Loading branch information
inwoods committed Jun 3, 2017
1 parent 9231d18 commit 61409d2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/import/Assets/Editor/FbxImporter02.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public class FbxImporter02 : System.IDisposable
const string Comments =
@"";

const string MenuItemName = "File/Import FBX/2. Import Node Hierachy";
const string MenuItemName = "File/Import FBX/02. Import Node Hierachy";

/// <summary>
/// Create instance of example
Expand Down
2 changes: 1 addition & 1 deletion examples/import/Assets/Editor/FbxImporter03.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public class FbxImporter03 : System.IDisposable
const string Comments =
@"";

const string MenuItemName = "File/Import FBX/03. Import Static Meshes";
const string MenuItemName = "File/Import FBX/WIP 03. Import Static Meshes";

/// <summary>
/// Create instance of example
Expand Down
2 changes: 1 addition & 1 deletion examples/import/Assets/Editor/FbxImporter04.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public class FbxImporter04 : System.IDisposable
const string Comments =
@"";

const string MenuItemName = "File/Import FBX/04. Import UVs";
const string MenuItemName = "File/Import FBX/WIP 04. Import UVs";

/// <summary>
/// Create instance of example
Expand Down

0 comments on commit 61409d2

Please sign in to comment.