Skip to content

Commit

Permalink
Solved merging conflict of EXP-Windows-7-Half-Full-Screen to master (…
Browse files Browse the repository at this point in the history
…GUISettings.cs was still listing GUIToggleButton)
  • Loading branch information
TwentyWasHere committed Apr 30, 2013
1 parent 796a284 commit f2590ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mediaportal/WindowPlugins/GUISettings/GUISettings.cs
Expand Up @@ -46,7 +46,7 @@ public sealed class GUISettings : GUIInternalWindow, ISetupForm, IShowPlugin
{
[SkinControl(11)] private readonly GUIButtonControl _btnMiniDisplay = null;
[SkinControl(10)] private readonly GUIButtonControl _btnTV = null;
[SkinControl(20)] private readonly GUIToggleButtonControl _btnLocked = null;
[SkinControl(20)] private readonly GUICheckButton _btnLocked = null;

[DllImport("shlwapi.dll")]
private static extern bool PathIsNetworkPath(string path);
Expand Down

0 comments on commit f2590ed

Please sign in to comment.