Skip to content

Commit

Permalink
Changing variable to const
Browse files Browse the repository at this point in the history
  • Loading branch information
bkudiess committed Mar 3, 2020
1 parent e6d5d7c commit 3fd1021
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Plugins/Wox.Plugin.Folder/Main.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public class Main : IPlugin, ISettingProvider, IPluginI18n, ISavable, IContextMe

private string DefaultFolderSubtitleString = "Ctrl + Enter to open the directory";

private static string _fileExplorerProgramName = "explorer";
private const string _fileExplorerProgramName = "explorer";
private static List<string> _driverNames;
private PluginInitContext _context;

Expand Down

0 comments on commit 3fd1021

Please sign in to comment.