Skip to content

Commit

Permalink
Fixed warning
Browse files Browse the repository at this point in the history
  • Loading branch information
TheEmidee committed Jan 30, 2023
1 parent 9ab8fa9 commit f82220f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/GitSourceControl/Private/GitSourceControlModule.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ void FGitSourceControlModule::CreateGitContentBrowserAssetMenu( FMenuBuilder & m
menu_builder.AddMenuEntry(
LOCTEXT( "GitPlugin", "Diff against origin/develop" ),
LOCTEXT( "GitPlugin", "Diff that asset against the version on origin/develop." ),
FSlateIcon( FEditorStyle::GetStyleSetName(), "SourceControl.Actions.Diff" ),
FSlateIcon( FAppStyle::GetAppStyleSetName(), "SourceControl.Actions.Diff" ),
FUIAction( FExecuteAction::CreateRaw( this, &FGitSourceControlModule::DiffAssetAgainstGitOriginDevelop, selected_assets ) ) );
}

Expand Down

0 comments on commit f82220f

Please sign in to comment.