diff options
Diffstat (limited to 'indra/llui/llbutton.h')
-rw-r--r-- | indra/llui/llbutton.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llbutton.h b/indra/llui/llbutton.h index 285c55e633..724b77541a 100644 --- a/indra/llui/llbutton.h +++ b/indra/llui/llbutton.h @@ -164,7 +164,7 @@ public: void setDisabledLabelColor( const LLColor4& c ) { mDisabledLabelColor = c; } void setFont(const LLFontGL *font) - { mGLFont = ( font ? font : LLFontGL::sSansSerif); } + { mGLFont = ( font ? font : LLFontGL::getFontSansSerif()); } void setScaleImage(BOOL scale) { mScaleImage = scale; } BOOL getScaleImage() const { return mScaleImage; } |