Files
MINGW-packages/mingw-w64-usbview-git/03-resource-fix.patch
David Grayson 83172025ff Change mingw-w64-usbview to mingw-w64-usbview-git.
It's better to compile code from Microsoft's GitHub account than some
hidden ZIP file that they removed from their site.
2015-11-22 13:51:41 -08:00

23 lines
758 B
Diff

Only in C++fix: out.so
diff -u -r C++/uvcview.rc C++fix/uvcview.rc
--- C++/uvcview.rc 2015-04-23 08:52:46.193018500 -0700
+++ C++fix/uvcview.rc 2015-04-23 08:53:32.858881400 -0700
@@ -84,7 +84,7 @@
BEGIN
MENUITEM "&Refresh\tF5", ID_REFRESH
MENUITEM SEPARATOR
- MENUITEM "Save Current &View ..." ID_SAVE
+ MENUITEM "Save Current &View ...", ID_SAVE
MENUITEM "Save As (&txt) ...", ID_SAVEALL
MENUITEM "Save As (&xml) ...\tF2", ID_SAVEXML
MENUITEM SEPARATOR
@@ -130,7 +130,7 @@
BEGIN
IDS_STANDARD_FONT "Courier"
IDS_STANDARD_FONT_HEIGHT "\13"
- IDS_STANDARD_FONT_WIDTH "\8"
+ IDS_STANDARD_FONT_WIDTH "\08"
END
STRINGTABLE DISCARDABLE