mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
merge: fix capitalisation
This commit is contained in:
@@ -321,7 +321,7 @@ public class TextMergeViewer implements MergeTool.MergeViewer {
|
||||
// we need invokeLater() here because viewer is partially-initialized (ex: there are no toolbar or status panel)
|
||||
// user can see this state while we're showing progress indicator, so we want let init() to finish.
|
||||
ApplicationManager.getApplication().invokeLater(() -> {
|
||||
ProgressManager.getInstance().run(new Task.Modal(getProject(), "Computing differences...", true) {
|
||||
ProgressManager.getInstance().run(new Task.Modal(getProject(), "Computing Differences...", true) {
|
||||
private Runnable myCallback;
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user