Skip to content
This repository was archived by the owner on Oct 4, 2021. It is now read-only.

Commit 4aacbce

Browse files
ketttYTherzok
authored andcommitted
Update main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectFileNodeBuilder.cs
Co-Authored-By: Marius Ungureanu <[email protected]>
1 parent f3616a9 commit 4aacbce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectFileNodeBuilder.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ static AlertButton [] GetDeleteConfirmationButtons (bool includeDelete)
320320

321321
[CommandHandler (ProjectCommands.ExcludeFromProject)]
322322
[AllowMultiSelection]
323-
public void onExcludeFilesFromProject ()
323+
void OnExcludeFilesFromProject ()
324324
{
325325
var projects = new Set<SolutionItem> ();
326326
var files = new List<ProjectFile> ();

0 commit comments

Comments
 (0)