From 31e7c77a411d94bc87f0232588b339149bb29a49 Mon Sep 17 00:00:00 2001 From: Jacek Antonelli Date: Sun, 28 Sep 2008 17:21:23 -0500 Subject: Second Life viewer sources 1.21.3-RC --- linden/indra/newview/llpaneldisplay.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'linden/indra/newview/llpaneldisplay.cpp') diff --git a/linden/indra/newview/llpaneldisplay.cpp b/linden/indra/newview/llpaneldisplay.cpp index 23379cf..3e60745 100644 --- a/linden/indra/newview/llpaneldisplay.cpp +++ b/linden/indra/newview/llpaneldisplay.cpp @@ -125,7 +125,7 @@ BOOL LLPanelDisplay::postBuild() mCtrlFullScreen = getChild( "fullscreen combo"); - LLUIString resolution_label = getUIString("resolution_format"); + LLUIString resolution_label = getString("resolution_format"); for (S32 i = 0; i < num_resolutions; i++) { @@ -181,7 +181,7 @@ BOOL LLPanelDisplay::postBuild() S32 denominator = 0; fractionFromDecimal(mAspectRatio, numerator, denominator); - LLUIString aspect_ratio_text = getUIString("aspect_ratio_text"); + LLUIString aspect_ratio_text = getString("aspect_ratio_text"); if (numerator != 0) { aspect_ratio_text.setArg("[NUM]", llformat("%d", numerator)); @@ -347,7 +347,7 @@ void LLPanelDisplay::initWindowSizeControls() } } // ...otherwise, add a new entry with the current window height/width. - LLUIString resolution_label = getUIString("resolution_format"); + LLUIString resolution_label = getString("resolution_format"); resolution_label.setArg("[RES_X]", llformat("%d", width)); resolution_label.setArg("[RES_Y]", llformat("%d", height)); mCtrlWindowSize->add(resolution_label, ADD_TOP); -- cgit v1.1