diff options
author | jenn <jenn@lindenlab.com> | 2011-07-16 05:53:34 +0000 |
---|---|---|
committer | jenn <jenn@lindenlab.com> | 2011-07-16 05:53:34 +0000 |
commit | 1b7316c7e4949385f801584cabb1437367860984 (patch) | |
tree | 21d5f7234d86bad58a13ba2fc881afd0cd2161e2 /indra/newview/res/viewerRes.rc | |
parent | fc5aaf5df8d3b064c05539c7b6911a4c3f4dc1c7 (diff) | |
parent | 8fc13358942b61d8c4f8101ba8face75e984c6b4 (diff) |
Automated merge with https://bitbucket.org/lindenlab/viewer-development
Diffstat (limited to 'indra/newview/res/viewerRes.rc')
-rw-r--r-- | indra/newview/res/viewerRes.rc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/indra/newview/res/viewerRes.rc b/indra/newview/res/viewerRes.rc index 38d04b4b5c..a53dece422 100644 --- a/indra/newview/res/viewerRes.rc +++ b/indra/newview/res/viewerRes.rc @@ -62,12 +62,12 @@ IDI_LCD_LL_ICON ICON "icon1.ico" // Dialog // -SPLASHSCREEN DIALOG 32, 32, 144, 34 +SPLASHSCREEN DIALOG 32, 32, 264, 34 STYLE DS_SETFONT | DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE FONT 8, "MS Sans Serif" BEGIN ICON IDI_LL_ICON,IDC_STATIC,7,7,20,20 - LTEXT "Loading Second Life...",666,36,13,91,8 + LTEXT "Loading Second Life...",666,36,13,211,8 END @@ -82,7 +82,7 @@ BEGIN "SPLASHSCREEN", DIALOG BEGIN LEFTMARGIN, 7 - RIGHTMARGIN, 137 + RIGHTMARGIN, 257 VERTGUIDE, 36 TOPMARGIN, 7 BOTTOMMARGIN, 27 |