diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/lluploaddialog.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/newview/lluploaddialog.cpp b/linden/indra/newview/lluploaddialog.cpp index 14128ee..edf5505 100644 --- a/linden/indra/newview/lluploaddialog.cpp +++ b/linden/indra/newview/lluploaddialog.cpp | |||
@@ -74,7 +74,7 @@ LLUploadDialog::LLUploadDialog( const std::string& msg) | |||
74 | } | 74 | } |
75 | LLUploadDialog::sDialog = this; | 75 | LLUploadDialog::sDialog = this; |
76 | 76 | ||
77 | const LLFontGL* font = gResMgr->getRes( LLFONT_SANSSERIF ); | 77 | const LLFontGL* font = LLResMgr::getInstance()->getRes( LLFONT_SANSSERIF ); |
78 | LLRect msg_rect; | 78 | LLRect msg_rect; |
79 | for (int line_num=0; line_num<16; ++line_num) | 79 | for (int line_num=0; line_num<16; ++line_num) |
80 | { | 80 | { |
@@ -90,7 +90,7 @@ LLUploadDialog::LLUploadDialog( const std::string& msg) | |||
90 | 90 | ||
91 | void LLUploadDialog::setMessage( const std::string& msg) | 91 | void LLUploadDialog::setMessage( const std::string& msg) |
92 | { | 92 | { |
93 | const LLFontGL* font = gResMgr->getRes( LLFONT_SANSSERIF ); | 93 | const LLFontGL* font = LLResMgr::getInstance()->getRes( LLFONT_SANSSERIF ); |
94 | 94 | ||
95 | const S32 VPAD = 16; | 95 | const S32 VPAD = 16; |
96 | const S32 HPAD = 25; | 96 | const S32 HPAD = 25; |