Merge lp:~costales/uwriter/0.21-name-Writer into lp:uwriter

Proposed by costales
Status: Merged
Merged at revision: 62
Proposed branch: lp:~costales/uwriter/0.21-name-Writer
Merge into: lp:uwriter
Diff against target: 32 lines (+3/-3)
2 files modified
app.desktop (+1/-1)
qml/Main.qml (+2/-2)
To merge this branch: bzr merge lp:~costales/uwriter/0.21-name-Writer
Reviewer Review Type Date Requested Status
costales Pending
Review via email: mp+311977@code.launchpad.net

Description of the change

New Writer name for app

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'app.desktop'
--- app.desktop 2016-10-28 15:16:54 +0000
+++ app.desktop 2016-11-28 19:06:27 +0000
@@ -1,5 +1,5 @@
1[Desktop Entry]1[Desktop Entry]
2Name=uWriter2Name=Writer
3Comment=Text Editor3Comment=Text Editor
4Keywords=editor;text;offline;write;4Keywords=editor;text;offline;write;
5Type=Application5Type=Application
66
=== modified file 'qml/Main.qml'
--- qml/Main.qml 2016-11-06 10:27:10 +0000
+++ qml/Main.qml 2016-11-28 19:06:27 +0000
@@ -25,7 +25,7 @@
25Window {25Window {
26 id: uwriterWindow26 id: uwriterWindow
2727
28 title: "uWriter"28 title: "Writer"
29 width: units.gu(90)29 width: units.gu(90)
30 height: units.gu(70)30 height: units.gu(70)
31 minimumWidth: units.gu(45)31 minimumWidth: units.gu(45)
@@ -90,7 +90,7 @@
90 90
91 header: PageHeader {91 header: PageHeader {
92 id: pageHeader92 id: pageHeader
93 title: "uWriter"93 title: "Writer"
94 StyleHints {94 StyleHints {
95 foregroundColor: '#ffffff'95 foregroundColor: '#ffffff'
96 backgroundColor: '#ffb84f'96 backgroundColor: '#ffb84f'

Subscribers

People subscribed via source and target branches

to all changes: