giftcurs-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[giFTcurs-commits] giFTcurs/src ui_main.c


From: Göran Weinholt
Subject: [giFTcurs-commits] giFTcurs/src ui_main.c
Date: Thu, 16 Oct 2003 20:59:27 -0400

CVSROOT:        /cvsroot/giftcurs
Module name:    giFTcurs
Branch:         
Changes by:     Göran Weinholt <address@hidden> 03/10/16 20:59:27

Modified files:
        src            : ui_main.c 

Log message:
        Use bold again on the slashes in the statbox.

Patches:
Index: giFTcurs/src/ui_main.c
diff -u giFTcurs/src/ui_main.c:1.347 giFTcurs/src/ui_main.c:1.348
--- giFTcurs/src/ui_main.c:1.347        Mon Oct 13 17:42:38 2003
+++ giFTcurs/src/ui_main.c      Thu Oct 16 20:59:26 2003
@@ -18,7 +18,7 @@
  * along with giFTcurs; if not, write to the Free Software Foundation,
  * Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307,  USA.
  *
- * $Id: ui_main.c,v 1.347 2003/10/13 21:42:38 weinholt Exp $
+ * $Id: ui_main.c,v 1.348 2003/10/17 00:59:26 weinholt Exp $
  */
 #include "giftcurs.h"
 
@@ -746,8 +746,8 @@
        } statlines[] = {
                /* *INDENT-OFF* */
                { N_("{%header:B}Users online: {if 
users}{%stat-data}{else}{%stat-bad}{endif}{users}"), NULL},
-               { N_("{%header:B}Total shared: 
{%stat-data}{bytes:bi}B{%stat-box}/{%stat-data}{files:b}"), NULL},
-               { N_("{%header:B}Local shares: {%stat-data}{if 
sharing}{own_bytes:bi}B{%stat-box}/{%stat-data}{own_files:b}{else}Hidden{endif}"),
 NULL},
+               { N_("{%header:B}Total shared: 
{%stat-data}{bytes:bi}B{%stat-box:B}/{%stat-data}{files:b}"), NULL},
+               { N_("{%header:B}Local shares: {%stat-data}{if 
sharing}{own_bytes:bi}B{%stat-box:B}/{%stat-data}{own_files:b}{else}Hidden{endif}"),
 NULL},
                { N_("{%header:B} Shared/user: {%stat-data}{if 
users}{shared_per_user:bi}B{else} - {endif}"), NULL},
                /* *INDENT-ON* */
        };




reply via email to

[Prev in Thread] Current Thread [Next in Thread]