Sun, 18 Mar 2012 13:03:34 -0400
Keep bugging the user untill they click the checkbox "Don't show again". The user can click "Don't show again" and yes at the
same time, so no bug.
indra/newview/llimpanel.cpp | file | annotate | diff | revisions |
1.1 --- a/indra/newview/llimpanel.cpp Sun Mar 18 12:21:30 2012 -0400 1.2 +++ b/indra/newview/llimpanel.cpp Sun Mar 18 13:03:34 2012 -0400 1.3 @@ -1520,13 +1520,7 @@ 1.4 childSetVisible("prefixViewerToggle",TRUE); 1.5 childSetVisible("prefixViewerExtraText",TRUE); 1.6 prefixViewer->setValue(gSavedSettings.getBOOL("PhoenixSupportGroupchatPrefix2")); 1.7 - 1.8 - // Don't popup the dialog if the user allready set prefix to true -- TW 1.9 - if (gSavedSettings.getBOOL("PhoenixSupportGroupchatPrefix2")) 1.10 - { 1.11 - return; 1.12 - } 1.13 - 1.14 + 1.15 // <FS:Zi> Viewer version popup 1.16 // check if the dialog was set to ignore 1.17 LLNotificationTemplatePtr templatep=LLNotifications::instance().getTemplate("FirstJoinSupportGroup");