aboutsummaryrefslogtreecommitdiff
path: root/handlers/rdiff.helper.in
diff options
context:
space:
mode:
authorintrigeri <intrigeri@boum.org>2011-09-23 16:51:17 +0200
committerintrigeri <intrigeri@boum.org>2011-09-23 16:51:17 +0200
commit66703ca1faff3805fbab0af58a2143cc0ffe4d96 (patch)
tree7d78e9da57c7e7b83b9788fd9865091762d53d47 /handlers/rdiff.helper.in
parent2469656db14d4315dfbfc98cc20e81c2cdd0bd96 (diff)
parent47bc20217c04f133c14b168ed15bc715c869c77e (diff)
downloadbackupninja-66703ca1faff3805fbab0af58a2143cc0ffe4d96.tar.gz
backupninja-66703ca1faff3805fbab0af58a2143cc0ffe4d96.tar.bz2
Merge commit 'backupninja-0.9.10' into debian
Diffstat (limited to 'handlers/rdiff.helper.in')
-rw-r--r--handlers/rdiff.helper.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/handlers/rdiff.helper.in b/handlers/rdiff.helper.in
index 039799e..1597305 100644
--- a/handlers/rdiff.helper.in
+++ b/handlers/rdiff.helper.in
@@ -265,7 +265,7 @@ do_rdiff_con() {
fi
fi
else
- msgBox "incompatible versions of rdiff-backup" "It looks like rdiff-backup is installed on the remote machine, but it may be an incompatible version with the one installed locally, or something else is amiss.\n\nPlease resolve this problem and then try connecting again.\n\n\nTry connecting again?"
+ booleanBox "incompatible versions of rdiff-backup" "It looks like rdiff-backup is installed on the remote machine, but it may be an incompatible version with the one installed locally, or something else is amiss.\n\nPlease resolve this problem and then try connecting again.\n\n\nTry connecting again?"
if [ $? = 0 ]; then
do_rdiff_con
else