Просмотр исходного кода

Better button text

tags/v0.1.0^2
Garrick Aden-Buie 8 лет назад
Родитель
Сommit
8b1e519c10
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      R/regex_gadget.R

+ 1
- 1
R/regex_gadget.R Просмотреть файл

@@ -43,7 +43,7 @@ regex_gadget <- function(text = NULL) {
shiny::includeCSS(system.file("style.css", package = "regexplain")),
gadgetTitleBar(
"regexplain",
right = miniTitleBarButton("done", "To Console", TRUE)
right = miniTitleBarButton("done", "Send Regex To Console", TRUE)
),
miniTabstripPanel(
selected = if (is.null(text)) "Text" else "Regex",

Загрузка…
Отмена
Сохранить