From: "Rodolfo García Peñas (kix)" <k...@kix.es>

This patch includes the Dev Team Copyright in the info panel.
---
 src/dialog.c |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/dialog.c b/src/dialog.c
index 482d21f..5b15a7e 100644
--- a/src/dialog.c
+++ b/src/dialog.c
@@ -1084,7 +1084,8 @@ typedef struct {
 
 #define COPYRIGHT_TEXT  \
     "Copyright \xc2\xa9 1997-2006 Alfredo K. Kojima\n"\
-    "Copyright \xc2\xa9 1998-2006 Dan Pascu"
+    "Copyright \xc2\xa9 1998-2006 Dan Pascu\n"\
+    "Copyright \xc2\xa9 2013 Window Maker Developers Team"
 
 static InfoPanel *thePanel = NULL;
 
@@ -1100,7 +1101,7 @@ static void destroyInfoPanel(WCoreWindow *foo, void 
*data, XEvent *event)
 void wShowInfoPanel(WScreen *scr)
 {
        const int win_width = 382;
-       const int win_height = 230;
+       const int win_height = 250;
        InfoPanel *panel;
        WMPixmap *logo;
        WMFont *font;
@@ -1192,7 +1193,7 @@ void wShowInfoPanel(WScreen *scr)
        WMSetLabelWraps(panel->versionL, False);
 
        panel->copyrL = WMCreateLabel(panel->win);
-       WMResizeWidget(panel->copyrL, 360, 40);
+       WMResizeWidget(panel->copyrL, 360, 60);
        WMMoveWidget(panel->copyrL, 15, 185);
        WMSetLabelTextAlignment(panel->copyrL, WALeft);
        WMSetLabelText(panel->copyrL, COPYRIGHT_TEXT);
-- 
1.7.10.4


-- 
To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.

Reply via email to