Skip to content

Commit

Permalink
Point upstream to mer
Browse files Browse the repository at this point in the history
  • Loading branch information
pvuorela committed Jun 27, 2016
1 parent c3f5491 commit a85b02b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qml/Main.qml
Expand Up @@ -303,7 +303,7 @@ Item {
"by Heikki Holstila &lt;<a href=\"mailto:heikki.holstila@gmail.com?subject=FingerTerm\">heikki.holstila@gmail.com</a>&gt;<br><br>\n\n" +
"Config files for adjusting settings are at:<br>\n" +
util.configPath() + "/<br><br>\n" +
"Documentation:<br>\n<a href=\"http://hqh.unlink.org/harmattan\">http://hqh.unlink.org/harmattan</a>"
"Source code:<br>\n<a href=\"https://git.merproject.org/mer-core/fingerterm/\">https://git.merproject.org/mer-core/fingerterm/</a>"
if (termH != 0 && termW != 0) {
str += "<br><br>Current window title: <font color=\"gray\">" + util.windowTitle.substring(0,40) + "</font>"; //cut long window title
if(util.windowTitle.length>40)
Expand Down

0 comments on commit a85b02b

Please sign in to comment.