|
From: <cre...@us...> - 2007-06-14 20:28:53
|
Revision: 1673
http://svn.sourceforge.net/frontierkernel/?rev=1673&view=rev
Author: creecode
Date: 2007-06-14 13:28:50 -0700 (Thu, 14 Jun 2007)
Log Message:
-----------
minor formatting tweaks, no functional change, testing SourceForge subversion hook script at request of SF support technician
Modified Paths:
--------------
Frontier/trunk/Common/source/about.c
Modified: Frontier/trunk/Common/source/about.c
===================================================================
--- Frontier/trunk/Common/source/about.c 2007-06-12 16:46:55 UTC (rev 1672)
+++ Frontier/trunk/Common/source/about.c 2007-06-14 20:28:50 UTC (rev 1673)
@@ -85,7 +85,7 @@
typedef struct tyaboutrecord {
-
+
Rect messagearea;
Rect aboutarea;
@@ -95,8 +95,9 @@
boolean flbigwindow;
boolean flextrastats;
-
+
long refcon;
+
} tyaboutrecord, *ptraboutrecord, **hdlaboutrecord;
@@ -187,16 +188,17 @@
#ifdef WIN95VERSION
BIGSTRING ("\x14" "Handles Allocated: "),
#endif
-
+
BIGSTRING (""),
-
+
BIGSTRING ("\x10" "Visible Agent: "),
BIGSTRING ("\x0f" "Current Time: "),
bs_APP_NAME, /* 2006-02-06 aradke: see versions.h */
- BIGSTRING ("\x02" "^0"),
+ BIGSTRING ("\x02" "^0")
+
};
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|