changeset 14:a46561f4c559

added an ugly warning to the splash screen if the user is using a mac. Looks like some funky differences between character encoding
author Nick Clark <nrclark@essex.ac.uk>
date Fri, 27 May 2011 02:10:56 +0100
parents 21de072d9e79
children af058723ed80
files +soma/sigProc.m
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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' ...