mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Work on document manager
This commit is contained in:
9
RainmeterStudio/Resources/Strings.Designer.cs
generated
9
RainmeterStudio/Resources/Strings.Designer.cs
generated
@ -401,5 +401,14 @@ namespace RainmeterStudio.Resources {
|
||||
return ResourceManager.GetString("ProjectPanel_SyncWithActiveViewCommand_ToolTip", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Utility.
|
||||
/// </summary>
|
||||
public static string TemplateCategory_Utility {
|
||||
get {
|
||||
return ResourceManager.GetString("TemplateCategory_Utility", resourceCulture);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -231,4 +231,7 @@
|
||||
<data name="ProjectPanel_SyncWithActiveViewCommand_ToolTip" xml:space="preserve">
|
||||
<value>Sync with active view</value>
|
||||
</data>
|
||||
<data name="TemplateCategory_Utility" xml:space="preserve">
|
||||
<value>Utility</value>
|
||||
</data>
|
||||
</root>
|
Reference in New Issue
Block a user