summaryrefslogtreecommitdiffstats
path: root/client/engine/System.lib
diff options
context:
space:
mode:
authoririna <irinagomez@us.es>2013-04-05 08:48:48 +0000
committeririna <irinagomez@us.es>2013-04-05 08:48:48 +0000
commit1ee5d4d3aae05f5fb3cadeb489c31b58ba1320f5 (patch)
treec91360d0d267607861039b7192bd1432470caed8 /client/engine/System.lib
parent3616e81db896d27650712c9b0e348c3419ae9dff (diff)
#565 Internacionalizacion script imagenes sincronizadas
git-svn-id: https://opengnsys.es/svn/branches/version1.0@3731 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'client/engine/System.lib')
-rwxr-xr-xclient/engine/System.lib1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/engine/System.lib b/client/engine/System.lib
index ed6f24b6..ee574fda 100755
--- a/client/engine/System.lib
+++ b/client/engine/System.lib
@@ -94,6 +94,7 @@ case "$CODE" in
$OG_ERR_MCASTSENDPARTITION) MSG="$MSG_ERR_MCASTSENDPARTITION \"$2\"" ;;
$OG_ERR_MCASTRECEIVERPARTITION) MSG="$MSG_ERR_MCASTRECEIVERPARTITION \"$2\"" ;;
$OG_ERR_PROTOCOLJOINMASTER) MSG="$MSG_ERR_PROTOCOLJOINMASTER \"$2\"" ;;
+ $OG_ERR_DONTMOUNT_IMAGE) MSG="$MSG_ERR_DONTMOUNT_IMAGE \"$2\"" ;;
*) MSG="$MSG_ERR_GENERIC"; CODE=$OG_ERR_GENERIC ;;
esac