aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/DeveloperModule.cs
diff options
context:
space:
mode:
authorAvi Levkovich <avi@twine-s.com>2018-05-09 11:44:32 +0300
committerAvi Levkovich <avi@twine-s.com>2018-05-09 11:44:32 +0300
commit67255998056910f53640e11e634cfdbbd7f6880c (patch)
treee8e1a7a7fb653a69cf3c2150367308a99a4d5c13 /Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/DeveloperModule.cs
parentd84b6c4fff9cbf40263140a522fca3ae6bdfd57c (diff)
parent915ee5e76204c895c71ae45447b47f24dfde44a8 (diff)
downloadTango-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.cs3
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.