Some changes to the package manager:

- use a single button for install/upgrade
 - show versions of installed package and installer
Named actions in enum PACKAGE_ACT_* to avoid confusion with the status enum.

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1186 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
twanvl
2008-08-31 18:57:55 +00:00
parent 7e60aab603
commit 20b40585f6
7 changed files with 173 additions and 113 deletions
+10 -2
View File
@@ -520,8 +520,15 @@ label:
package installed: installed
package installable: not installed
install package: install
upgrade package: upgrade
reinstall package: reinstall
upgrade package: update
remove package: remove
installed version: Installed version:
installable version: Latest version:
installer size: Size:
installer status: Status:
no version: -
############################################################## Buttons/checkboxes/choices in the GUI
button:
@@ -594,7 +601,8 @@ button:
keep package: &Don't change
don't install package: &Don't install
install package: &Install
upgrade package: &Upgrade
upgrade package: &Update
reinstall package: Re&install
remove package: &Remove
install group: &Install All
upgrade group: &Upgrade All