diff options
| author | Avi Levkovich <avi@twine-s.com> | 2018-05-09 11:44:32 +0300 |
|---|---|---|
| committer | Avi Levkovich <avi@twine-s.com> | 2018-05-09 11:44:32 +0300 |
| commit | 67255998056910f53640e11e634cfdbbd7f6880c (patch) | |
| tree | e8e1a7a7fb653a69cf3c2150367308a99a4d5c13 /Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/DeveloperModule.cs | |
| parent | d84b6c4fff9cbf40263140a522fca3ae6bdfd57c (diff) | |
| parent | 915ee5e76204c895c71ae45447b47f24dfde44a8 (diff) | |
| download | Tango-67255998056910f53640e11e634cfdbbd7f6880c.tar.gz Tango-67255998056910f53640e11e634cfdbbd7f6880c.zip | |
Merge branch 'master' of https://twinetfs.visualstudio.com/_git/Tango
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/DeveloperModule.cs')
| -rw-r--r-- | Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/DeveloperModule.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/DeveloperModule.cs b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/DeveloperModule.cs index 166a3212a..be6b93726 100644 --- a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/DeveloperModule.cs +++ b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/DeveloperModule.cs @@ -17,12 +17,13 @@ namespace Tango.MachineStudio.Developer /// Represents the Machine Studio developer module. /// </summary> /// <seealso cref="Tango.MachineStudio.Common.StudioModuleBase" /> + [StudioModule(0)] public class DeveloperModule : StudioModuleBase { /// <summary> /// Gets the module name. /// </summary> - public override string Name => "Developer"; + public override string Name => "Research"; /// <summary> /// Gets the module description. |
