[Libreoffice-commits] .: shell/source

Jan Holesovsky kendy at kemper.freedesktop.org
Tue May 1 23:52:39 PDT 2012


 shell/source/unix/misc/senddoc.sh |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 35ec1539218523579e9877e0a6d135bde128ab81
Author: Jan Holesovsky <kendy at suse.cz>
Date:   Wed May 2 08:52:12 2012 +0200

    Minor comment tweak.
    
    Change-Id: Idb9ff7c41ad8a2cbe145224bd80c0864339207ec

diff --git a/shell/source/unix/misc/senddoc.sh b/shell/source/unix/misc/senddoc.sh
index e7309eb..26ea5e8 100755
--- a/shell/source/unix/misc/senddoc.sh
+++ b/shell/source/unix/misc/senddoc.sh
@@ -400,9 +400,9 @@ case `basename "$MAILER" | sed 's/-.*$//'` in
         ;;
 
     *)
-        # The user has tweaked the email settings, and configured something we
-        # do not recognize.  Try to be smart, and send the mail anyway, if we
-        # have the possibility to do so.
+        # LO is configured something we do not recognize.
+        # Try to be smart, and send the mail anyway, if we have the
+        # possibility to do so.
 
         if [ -n "$KDE_FULL_SESSION" -a -x /usr/bin/kde-open ] ; then
             MAILER=/usr/bin/kde-open


More information about the Libreoffice-commits mailing list