Displaying 2 results from an estimated 2 matches for "90c90".
Did you mean:
9090
2001 Sep 12
1
Small OggDrop menu patch
...=======
RCS file: /usr/local/cvsroot/win32-tools/oggdrop/Script.rc,v
retrieving revision 1.5
diff -r1.5 Script.rc
77c77
< POPUP "Bitrate"
---
> POPUP "&Bitrate"
88c88
< POPUP "Options"
---
> POPUP "&Options"
90c90
< MENUITEM "Errors to log file", IDM_LOGERR
---
> MENUITEM "&Errors to log file", IDM_LOGERR
94c94
< MENUITEM "Quit", IDM_QUIT
---
> MENUITEM "E&xit\tAlt+F4",...
2005 Dec 17
0
wine and winetools on freebsd
...ps xwww --User $USER |grep "wineserver"|grep -v "grep wineserver" &>/dev/null
82c82
< ps xwww -U $USER |grep winedbg|grep -v "grep winedbg" &>/dev/null
---
> ps xwww --User $USER |grep winedbg|grep -v "grep winedbg" &>/dev/null
90c90
< for n in `ps xwww -U $USER|grep winedbg|grep -v "grep winedbg"|sed -e "s/^\(.\+\)pts.\+$/\1/"`; do
---
> for n in `ps xwww --User $USER|grep winedbg|grep -v "grep winedbg"|sed -e "s/^\(.\+\)pts.\+$/\1/"`; do
94c94
< for n in `p...