On Tue, Nov 26, 2013 at 10:46 AM, Luís Pereira
<luis.artur.pere...@gmail.com> wrote:
>
> On Sun, Nov 10, 2013 at 8:28 AM, Mark Deneen <mdeneen+l...@gmail.com> wrote:
> > This was purely cosmetic, but it was broken.
>
> It is indeed.
> But the patch itself is not well formated. It seems that you didn't
> commit the changes.
> With this diff you will not be recorded as the author. And there is no
> commit message.
>
> Can you, please, commit the changes and then use git format-patch to
> generate a proper patch ?
> If you need assistance I will be glad to help you.
>

Let's try this again.  Let me know if gmail breaks the attachments.

-M
From 46472983e0437b2e34d90a8bdb29e38427a73933 Mon Sep 17 00:00:00 2001
From: Mark Deneen <mden...@gmail.com>
Date: Tue, 26 Nov 2013 10:51:30 -0500
Subject: [PATCH 222/222] properly format about author dialog links

---
 aboutdialog/lxqtaboutdialog.cpp |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/aboutdialog/lxqtaboutdialog.cpp b/aboutdialog/lxqtaboutdialog.cpp
index 81ee6b7..3a21992 100644
--- a/aboutdialog/lxqtaboutdialog.cpp
+++ b/aboutdialog/lxqtaboutdialog.cpp
@@ -108,9 +108,9 @@ QString AboutDialogPrivate::authorsText() const
 {
     return QString("%1<p>%2").arg(
                 tr("LXDE-Qt is developed by the <a %1>LXDE-Qt Team and contributors</a> on Github.", "About dialog, 'Authors' tab text")
-                    .arg(" href='https://github.com/lxde'>github.com/lxde'"),
+                    .arg(" href='https://github.com/lxde'"),
                 tr("If you are interested in working with our development team, <a %1>join us</a>.", "About dialog, 'Authors' tab text")
-                    .arg(" href='https://github.com/lxde'>github.com/lxde'")
+                    .arg(" href='https://github.com/lxde'")
                 );
 }
 
-- 
1.7.9.5

------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk
_______________________________________________
Lxde-list mailing list
Lxde-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/lxde-list

Reply via email to