mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-04 23:39:07 +07:00
[git] extract the action text key
GitOrigin-RevId: 2ed69daeeaa318abce9629e0a7aa43cf9db22b0a
This commit is contained in:
committed by
intellij-monorepo-bot
parent
4c1db73c49
commit
358ef47f30
@@ -1588,4 +1588,6 @@ activity.name.unstash=Git unstash
|
||||
activity.name.abort.command=Git abort {0}
|
||||
activity.name.undo.commit=Git undo commit
|
||||
activity.name.cherry.pick=Git cherry-pick
|
||||
activity.name.revert=Git revert
|
||||
activity.name.revert=Git revert
|
||||
|
||||
action.Git.Log.Show.Command.text=Show Git Log for Command
|
||||
@@ -15,8 +15,7 @@ import com.intellij.vcs.log.visible.filters.VcsLogFilterObject
|
||||
import git4idea.GitVcs
|
||||
import java.util.*
|
||||
|
||||
@Suppress("HardCodedStringLiteral") // internal action
|
||||
class ShowGitLogCommandAction : DumbAwareAction("Show Git Log for Command") {
|
||||
class ShowGitLogCommandAction : DumbAwareAction() {
|
||||
|
||||
override fun update(e: AnActionEvent) {
|
||||
val project = e.project
|
||||
|
||||
Reference in New Issue
Block a user