summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xshell/source/unix/misc/senddoc.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/shell/source/unix/misc/senddoc.sh b/shell/source/unix/misc/senddoc.sh
index e7309ebe0cd4..26ea5e868c5c 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
/cgit/lo/core/commit/bridges/Module_bridges.mk?h=aoo/aw080&id=a5838b19bc774efd261c1d6c78a2b6eb62f1b502'>add rule for generating fresh pot (po template) filesMatúš Kukan 2012-09-27First attempt at C++/UNO bridge for 64-bit OS XTor Lillqvist 2012-09-23fix make module.allDavid Tardon 2012-09-23(hopefully) fix build of bridges on linux ARMDavid Tardon 2012-09-23there must always be a bridge builtDavid Tardon 2012-09-23fix more copy&pasted conditions selecting bridge to buildDavid Tardon 2012-09-22brides was not invoking the build of libggc2_uno on MacsNorbert Thiebaud 2012-09-22switch bridges to gbuildDavid Tardon 2012-09-22gbuildize bridgesDavid Tardon