diff --git a/slsDetectorGui/Makefile b/slsDetectorGui/Makefile index b9cccd7a7..f5ead9d49 100644 --- a/slsDetectorGui/Makefile +++ b/slsDetectorGui/Makefile @@ -13,6 +13,8 @@ INCLUDES ?= $(LIBRARYDIR)/commonFiles -I$(LIBRARYDIR)/MySocketTCP -I$(LIBRARYD ifeq ( $(EIGERSLS), yes) LDFLAG += $(EIGERFLAGS) +else ifeq ( $(ROOTSLS), yes) + LDFLAG += $(ROOTFLAGS) endif .PHONY: all lib clean mm doc htmldoc guiclient diff --git a/slsDetectorGui/include/qDefs.h b/slsDetectorGui/include/qDefs.h index 61e276e3f..497a809ba 100644 --- a/slsDetectorGui/include/qDefs.h +++ b/slsDetectorGui/include/qDefs.h @@ -217,10 +217,6 @@ static const int64_t GUI_VERSION=0x20121213; //display message qDefs::Message((MessageIndex)errorLevel,retval,title); - - if(retval.find("CAKE")!=string::npos){ - qDefs::Message((MessageIndex)errorLevel,"So You will get a cake tomorrow right?",title); - } } myDet->clearAllErrorMask();