Revision: 7510
          http://mahogany.svn.sourceforge.net/mahogany/?rev=7510&view=rev
Author:   nerijus
Date:     2008-08-05 14:51:34 +0000 (Tue, 05 Aug 2008)

Log Message:
-----------
actually it does wrap, but the lines after the first \n are not displayed at all

Modified Paths:
--------------
    trunk/M/src/gui/wxOptionsDlg.cpp

Modified: trunk/M/src/gui/wxOptionsDlg.cpp
===================================================================
--- trunk/M/src/gui/wxOptionsDlg.cpp    2008-08-05 14:39:43 UTC (rev 7509)
+++ trunk/M/src/gui/wxOptionsDlg.cpp    2008-08-05 14:51:34 UTC (rev 7510)
@@ -1817,18 +1817,17 @@
 
 #ifdef USE_OPENSSL
    { "",                                           Field_Message, -1 },
-   { gettext_noop("Mahogany can use SSL (Secure Sockets Layer) for secure, "
-                  "encrypted communications, if you have the libssl and 
libcrypto\n"
-                  "shared libraries (DLLs) on your system."),
+   { gettext_noop("Mahogany can use SSL (Secure Sockets Layer) for secure, 
encrypted\n"
+                  "communications, if you have the libssl and libcrypto shared 
libraries\n"
+                  "(DLLs) on your system."),
      Field_Message, -1                     },
    { gettext_noop("Location of lib&ssl"),         Field_File,    -1            
         },
    { gettext_noop("Location of libcr&ypto"),      Field_File,    -1            
         },
 #endif // USE_OPENSSL
 
    { "",                                           Field_Message, -1 },
-   { gettext_noop("GNU Privacy Guard or a compatible program may be used "
-                  "to verify the cryptographic signatures of the messages "
-                  "you receive and decrypt them.\n"
+   { gettext_noop("GNU Privacy Guard or a compatible program may be used to 
verify the\n"
+                  "cryptographic signatures of the messages you receive and 
decrypt them.\n"
                   "The public key server is used to retrieve the keys of "
                   "the senders."),                Field_Message, -1 },
    { gettext_noop("&GPG command"),                Field_File,    -1            
          },


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Mahogany-cvsupdates mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to