From 48e91f1a92689ae11e608a94de90ce96f3468718 Mon Sep 17 00:00:00 2001 From: JJ Allaire Date: Fri, 6 Jul 2012 12:00:17 -0700 Subject: [PATCH] change build -> build & install --- src/cpp/session/modules/SessionBuild.cpp | 2 +- .../studio/client/workbench/commands/Commands.cmd.xml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/cpp/session/modules/SessionBuild.cpp b/src/cpp/session/modules/SessionBuild.cpp index 44e9a401871..39433d07375 100644 --- a/src/cpp/session/modules/SessionBuild.cpp +++ b/src/cpp/session/modules/SessionBuild.cpp @@ -142,7 +142,7 @@ class Build : boost::noncopyable, if (type == "build-all") { - args.push_back("build"); + args.push_back("INSTALL"); } else if (type == "check-package") { diff --git a/src/gwt/src/org/rstudio/studio/client/workbench/commands/Commands.cmd.xml b/src/gwt/src/org/rstudio/studio/client/workbench/commands/Commands.cmd.xml index 90f1137e49f..0a511c14a49 100644 --- a/src/gwt/src/org/rstudio/studio/client/workbench/commands/Commands.cmd.xml +++ b/src/gwt/src/org/rstudio/studio/client/workbench/commands/Commands.cmd.xml @@ -1015,9 +1015,9 @@ well as menu structures (for main menu and popup menus). visible="false"/> + buttonLabel="Build & Install" + menuLabel="_Build & Install Package" + desc="Build and install the package"/>