# HG changeset patch # User Nick Clark # Date 1306458656 -3600 # Node ID a46561f4c5591b87764b090399c6ae61a2046f0a # Parent 21de072d9e79c7b80c5ae518f313ac8ea3bddd7a added an ugly warning to the splash screen if the user is using a mac. Looks like some funky differences between character encoding diff -r 21de072d9e79 -r a46561f4c559 +soma/sigProc.m --- a/+soma/sigProc.m Fri May 27 01:17:29 2011 +0100 +++ b/+soma/sigProc.m Fri May 27 02:10:56 2011 +0100 @@ -72,6 +72,9 @@ %************************************************************ methods (Static) function Splash + if ismac + disp('This is going to be ugly!'); + end splTmp =[ ' __ __ \n' ... ' _ __ _ __ ___/ / /\\ \\ \\__ _ _ __ ___ ™\n' ... '| ''_ \\| ''__/ __\\ \\/ \\/ / _` | ''__/ _ \\ \n' ...