From 38e80ae890d2bd0eecc831c37b0937e54ed23be3 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 3 Jul 2014 10:50:42 +0200 Subject: Improve statusbar message, update date --- inst/GUI/gmkin.R | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'inst/GUI') diff --git a/inst/GUI/gmkin.R b/inst/GUI/gmkin.R index 71a9f04..7566824 100644 --- a/inst/GUI/gmkin.R +++ b/inst/GUI/gmkin.R @@ -21,8 +21,9 @@ # Set the GUI title and create the basic widget layout {{{1 w <- gwindow("gmkin - Browser based GUI for kinetic evaluations using mkin") -sb <- gstatusbar(paste("Powered by gWidgetsWWW2, ExtJS, Rook, FME, deSolve", - "and minpack.lm --- Working directory is", getwd()), cont = w) +sb <- gstatusbar(paste("Powered by gWidgetsWWW2 (ExtJS, Rook)", + "and mkin (FME, deSolve and minpack.lm", + "--- Working directory is", getwd()), cont = w) pg <- gpanedgroup(cont = w, default.size = 260) center <- gnotebook(cont = pg) left <- gvbox(cont = pg, use.scrollwindow = TRUE) -- cgit v1.2.1