Index: sources/gui/qml/components/BackButton.qml =================================================================== diff -u -r1a8e9578b27bb3877116675d0b2361ce4f5b5539 -r4f8cbe0045e2a06a67a44894bb02b41a02eca5dd --- sources/gui/qml/components/BackButton.qml (.../BackButton.qml) (revision 1a8e9578b27bb3877116675d0b2361ce4f5b5539) +++ sources/gui/qml/components/BackButton.qml (.../BackButton.qml) (revision 4f8cbe0045e2a06a67a44894bb02b41a02eca5dd) @@ -21,7 +21,7 @@ import "qrc:/globals" /*! - * \brief Denali project Back Button + * \brief The Global Back Button */ TouchRect { id : _root readonly property int margin: (_root.height - Variables.iconsDiameter) / 2