Git commit 187182c8d04b81917c2ba9cdaaf769de188b98dd by Burkhard Lück. Committed on 10/04/2015 at 02:33. Pushed by lueck into branch 'master'.
check, update + bump docbook version Fix wrong kcontrol subdir - see desktop file in webshortcuts.desktop in frameworks/kio to make Help button work M +1 -1 doc/kcontrol/ebrowsing/CMakeLists.txt M +4 -3 doc/kcontrol/ebrowsing/index.docbook http://commits.kde.org/plasma-desktop/187182c8d04b81917c2ba9cdaaf769de188b98dd diff --git a/doc/kcontrol/ebrowsing/CMakeLists.txt b/doc/kcontrol/ebrowsing/CMakeLists.txt index 2d73a20..7324220 100644 --- a/doc/kcontrol/ebrowsing/CMakeLists.txt +++ b/doc/kcontrol/ebrowsing/CMakeLists.txt @@ -1,2 +1,2 @@ ########### install files ############### -kdoctools_create_handbook(index.docbook INSTALL_DESTINATION ${HTML_INSTALL_DIR}/en SUBDIR kcontrol/ebrowsing) +kdoctools_create_handbook(index.docbook INSTALL_DESTINATION ${HTML_INSTALL_DIR}/en SUBDIR kcontrol/webshortcuts) diff --git a/doc/kcontrol/ebrowsing/index.docbook b/doc/kcontrol/ebrowsing/index.docbook index de3d743..560180d 100644 --- a/doc/kcontrol/ebrowsing/index.docbook +++ b/doc/kcontrol/ebrowsing/index.docbook @@ -14,8 +14,8 @@ <!-- TRANS:ROLES_OF_TRANSLATORS --> </authorgroup> -<date>2013-05-30</date> -<releaseinfo>&kde; 4.11</releaseinfo> +<date>2015-04-09</date> +<releaseinfo>Plasma 5.3</releaseinfo> <keywordset> <keyword>KDE</keyword> @@ -40,7 +40,8 @@ experience. One such feature is <emphasis>Web Shortcuts</emphasis>.</para> <para>You may already have noticed that &kde; is very Internet friendly. For example, you can click on the <guimenuitem>Run</guimenuitem> menu item or type the keyboard shortcut assigned to that command (<keycombo -action="simul">&Alt;<keycap>F2</keycap></keycombo>, +action="simul">&Alt;<keycap>F2</keycap></keycombo> or <keycombo +action="simul">&Alt;<keycap>Spüace</keycap></keycombo>, unless you have changed it) and type in a &URI;. <footnote><para>Uniform Resource Identifier. A standardized way of referring to a resource such as a file on your computer, a World Wide
