Re: [Qemu-devel] [PATCH 2/5] ui/cocoa: Correct typos in comments and variable names

2013-12-23 Thread Peter Maydell
On 13 December 2013 20:18, Stefan Weil wrote: > PS. Does anybody know how to add the QEMU mascot as a Cocoa application > icon for all QEMU applications? I have some code which programmatically sets the icon for QEMU from a file when it runs: +const char *iconfile = "qemu-icon.bmp"; +con

Re: [Qemu-devel] [PATCH 2/5] ui/cocoa: Correct typos in comments and variable names

2013-12-13 Thread Stefan Weil
Am 08.12.2013 23:59, schrieb Peter Maydell: > Fix various non-user-visible typos in comments and variable names. > > Signed-off-by: Peter Maydell > --- > ui/cocoa.m | 28 ++-- > 1 file changed, 14 insertions(+), 14 deletions(-) > > diff --git a/ui/cocoa.m b/ui/cocoa.m > in

[Qemu-devel] [PATCH 2/5] ui/cocoa: Correct typos in comments and variable names

2013-12-08 Thread Peter Maydell
Fix various non-user-visible typos in comments and variable names. Signed-off-by: Peter Maydell --- ui/cocoa.m | 28 ++-- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/ui/cocoa.m b/ui/cocoa.m index d38cf22..f55747f 100644 --- a/ui/cocoa.m +++ b/ui/cocoa.