From b76f036bf6af7ae3e1b8ffb2edeee21911256820 Mon Sep 17 00:00:00 2001 From: Todd Stinson Date: Fri, 23 Mar 2012 14:22:35 -0700 Subject: PATH-199: Alert the user if he/she attempts to terraform while in Frozen mode. --- indra/newview/lltoolbrush.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'indra/newview/lltoolbrush.h') diff --git a/indra/newview/lltoolbrush.h b/indra/newview/lltoolbrush.h index 1c7f198900..416cdf429c 100644 --- a/indra/newview/lltoolbrush.h +++ b/indra/newview/lltoolbrush.h @@ -86,6 +86,9 @@ protected: // Modal dialog that you can't terraform the region void alertNoTerraform(LLViewerRegion* regionp); + // Modal dialog that you can't terraform in frozen mode + void alertNoTerraformWhileFrozen(); + protected: F32 mStartingZ; S32 mMouseX; -- cgit v1.2.3 From 916bd67532b407541e26b1e6053de65a2b291caa Mon Sep 17 00:00:00 2001 From: Todd Stinson Date: Mon, 11 Jun 2012 18:16:07 -0700 Subject: PATH-704: More clean-up of the old frozen/unfrozen state for objects and terrain. --- indra/newview/lltoolbrush.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'indra/newview/lltoolbrush.h') diff --git a/indra/newview/lltoolbrush.h b/indra/newview/lltoolbrush.h index 416cdf429c..1c7f198900 100644 --- a/indra/newview/lltoolbrush.h +++ b/indra/newview/lltoolbrush.h @@ -86,9 +86,6 @@ protected: // Modal dialog that you can't terraform the region void alertNoTerraform(LLViewerRegion* regionp); - // Modal dialog that you can't terraform in frozen mode - void alertNoTerraformWhileFrozen(); - protected: F32 mStartingZ; S32 mMouseX; -- cgit v1.2.3 From bf6182daa8b4d7cea79310547f71d7a3155e17b0 Mon Sep 17 00:00:00 2001 From: Graham Madarasz Date: Fri, 29 Mar 2013 07:50:08 -0700 Subject: Update Mac and Windows breakpad builds to latest --- indra/newview/lltoolbrush.h | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 indra/newview/lltoolbrush.h (limited to 'indra/newview/lltoolbrush.h') diff --git a/indra/newview/lltoolbrush.h b/indra/newview/lltoolbrush.h old mode 100644 new mode 100755 -- cgit v1.2.3