Show
Ignore:
Timestamp:
04/18/08 11:31:32 (8 months ago)
Author:
eugene
Message:

Added Qt URL handling rules description for non-KDE mode.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/qt4-gui/src/core/mainwin.cpp

    r6154 r6161  
    10361036    "<li>Here is the complete list of user % options, which can be used in <b>OnEvent</b>" 
    10371037    "   parameters, <b>auto responses</b>, and <b>utilities</b>:") + gMainWindow->usprintfHelp + 
    1038                    "</li></ul>" + tr( 
    1039     "<hr><p> For more information, see the Licq webpage (<tt>http://www.licq.org</tt>).</p>"); 
     1038    "</li></ul><hr>" + 
     1039#ifndef USE_KDE 
     1040    "<h2>" + tr("Qt URL handling") + "</h2>" 
     1041    "<center><table border=1 cellpadding=5>" 
     1042    "<tr><th colspan=2>Web</th><th colspan=2>E-mail (mailto:)</th></tr>" 
     1043    "<tr><th>KDE</th><th>GNOME</th><th>GNOME</th><th>KDE</th></tr>" 
     1044    "<tr><td align=center colspan=4>xdg-open</td></tr>" 
     1045    "<tr><td align=center colspan=2>$DEFAULT_BROWSER</td>" 
     1046        "<td colspan=2 rowspan=2>&nbsp;</td></tr>" 
     1047    "<tr><td align=center colspan=2>$BROWSER</td></tr>" 
     1048    "<tr><td align=center>kfmclient openURL</td>" 
     1049        "<td align=center colspan=2>gnome-open</td>" 
     1050        "<td align=center>kfmclient exec</td></tr>" 
     1051    "<tr><td align=center colspan=4>firefox</td></tr>" 
     1052    "<tr><td align=center colspan=4>mozilla</td></tr>" 
     1053    "<tr><td align=center colspan=4>netscape</td></tr>" 
     1054    "<tr><td align=center colspan=4>opera</td></tr>" 
     1055    "</table></center><hr>" + 
     1056#endif 
     1057    tr("<p>For more information, see the Licq webpage (<tt>http://www.licq.org</tt>).</p>"); 
    10401058 
    10411059  new HintsDlg(hints);