winefile space display

Martin Fuchs fuchs.martin at gmail.com
Fri May 13 15:26:48 CDT 2005


Changelog
display free and total disk space in status bar


Index: resource.h
===================================================================
RCS file: /home/wine/wine/programs/winefile/resource.h,v
retrieving revision 1.6
diff -u -p -d -r1.6 resource.h
--- resource.h 21 Oct 2004 19:51:31 -0000 1.6
+++ resource.h 13 May 2005 19:57:36 -0000
@@ -94,6 +97,8 @@
 #define IDS_COL_LINKS     1216
 #define IDS_COL_ATTR     1217
 #define IDS_COL_SEC     1218
+
+#define IDS_FREE_SPACE_FMT 1219
 
 /* range for drive bar command ids: 0x9000..0x90FF */
 #ifdef __WINE__
Index: winefile.c
===================================================================
RCS file: /home/wine/wine/programs/winefile/winefile.c,v
retrieving revision 1.34
diff -u -p -d -r1.34 winefile.c
--- winefile.c 11 May 2005 18:23:30 -0000 1.34
+++ winefile.c 13 May 2005 20:02:37 -0000
@@ -1951,6 +1959,33 @@ LRESULT CALLBACK FrameWndProc(HWND hwnd,
  }
  break;}
 
+ case ID_C





More information about the wine-patches mailing list