diff options
Diffstat (limited to 'linden/indra/newview/llfloaterhud.cpp')
-rw-r--r-- | linden/indra/newview/llfloaterhud.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/newview/llfloaterhud.cpp b/linden/indra/newview/llfloaterhud.cpp index d93e36a..8b34cb9 100644 --- a/linden/indra/newview/llfloaterhud.cpp +++ b/linden/indra/newview/llfloaterhud.cpp | |||
@@ -66,7 +66,7 @@ LLFloaterHUD::LLFloaterHUD() | |||
66 | setBackgroundOpaque(TRUE); | 66 | setBackgroundOpaque(TRUE); |
67 | 67 | ||
68 | // Position floater based on saved location | 68 | // Position floater based on saved location |
69 | LLRect saved_position_rect = gSavedSettings.getRect("FloaterHUDRect"); | 69 | LLRect saved_position_rect = gSavedSettings.getRect("FloaterHUDRect2"); |
70 | reshape(saved_position_rect.getWidth(), saved_position_rect.getHeight(), FALSE); | 70 | reshape(saved_position_rect.getWidth(), saved_position_rect.getHeight(), FALSE); |
71 | setRect(saved_position_rect); | 71 | setRect(saved_position_rect); |
72 | 72 | ||
@@ -109,7 +109,7 @@ LLFloaterHUD* LLFloaterHUD::getInstance() | |||
109 | LLFloaterHUD::~LLFloaterHUD() | 109 | LLFloaterHUD::~LLFloaterHUD() |
110 | { | 110 | { |
111 | // Save floater position | 111 | // Save floater position |
112 | gSavedSettings.setRect("FloaterHUDRect", getRect() ); | 112 | gSavedSettings.setRect("FloaterHUDRect2", getRect() ); |
113 | 113 | ||
114 | // Clear out the one instance if it's ours | 114 | // Clear out the one instance if it's ours |
115 | if (sInstance == this) | 115 | if (sInstance == this) |