~tpeeters/ubuntu-ui-toolkit/page13

« back to all changes in this revision

Viewing changes to examples/ubuntu-ui-toolkit-gallery/Sheet.qml

  • Committer: Tarmac
  • Author(s): Sebastien Bacher
  • Date: 2015-03-12 10:49:27 UTC
  • mfrom: (1446.2.2 staging)
  • Revision ID: tarmac-20150312104927-5qn94gv5vad308iz
Use correct documentation urls in the gallery examples. Fixes: https://bugs.launchpad.net/bugs/1323518.

Approved by PS Jenkins bot, Christian Dywan.

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
    TemplateSection {
35
35
        title: "Default sheet"
36
36
        className: "DefaultSheet"
37
 
        documentation: "qml-ubuntu-components-popups0-%1.html".arg(className.toLowerCase())
 
37
        documentation: "qml-ubuntu-components-popups-%1.html".arg(className.toLowerCase())
38
38
 
39
39
        TemplateRow {
40
40
            title: i18n.tr("Standard")
67
67
    TemplateSection {
68
68
        title: "Composer sheet"
69
69
        className: "ComposerSheet"
70
 
        documentation: "qml-ubuntu-components-popups0-%1.html".arg(className.toLowerCase())
 
70
        documentation: "qml-ubuntu-components-popups-%1.html".arg(className.toLowerCase())
71
71
 
72
72
        TemplateRow {
73
73
            title: i18n.tr("Standard")