[Goodies-commits] r5139 - xfburn/trunk/xfburn

David Mohr squisher at xfce.org
Fri Jul 18 19:19:56 CEST 2008


Author: squisher
Date: 2008-07-18 17:19:56 +0000 (Fri, 18 Jul 2008)
New Revision: 5139

Modified:
   xfburn/trunk/xfburn/xfburn-data-disc-usage.c
Log:
Updating size labels to be base 2, like the rest of xfburn

Modified: xfburn/trunk/xfburn/xfburn-data-disc-usage.c
===================================================================
--- xfburn/trunk/xfburn/xfburn-data-disc-usage.c	2008-07-18 16:38:18 UTC (rev 5138)
+++ xfburn/trunk/xfburn/xfburn-data-disc-usage.c	2008-07-18 17:19:56 UTC (rev 5139)
@@ -62,9 +62,9 @@
   {
   912384000, "900MB CD"},
   {
-  G_GINT64_CONSTANT(0x1182a0000), "4.7GB DVD"}, /* 4 700 372 992 */
+  G_GINT64_CONSTANT(0x1182a0000), "4.3GB DVD"}, /* 4 700 372 992 */
   {
-  G_GINT64_CONSTANT(0x1fd3e0000), "8.5GB DVD"}, /* 8 543 666 176  */
+  G_GINT64_CONSTANT(0x1fd3e0000), "7.9GB DVD"}, /* 8 543 666 176 */
 };
 
 enum




More information about the Goodies-commits mailing list