Skip to content

Commit

Permalink
Merge pull request #24 from AlchemyViewer/RyeMutt/swap-heretic-profile
Browse files Browse the repository at this point in the history
Change Heretic to use new profiles
  • Loading branch information
RyeMutt authored Jun 19, 2024
2 parents ed97531 + 7203fb2 commit 0dcc5ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion indra/newview/llpanelprofilelegacy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ void LLPanelProfileLegacy::processProperties(void* data, EAvatarProcessorType ty
getChild<LLLineEditor>("www_edit")->setText(pData->profile_url);

LLStringUtil::format_map_t args;
std::string birth_date = LLTrans::getString("AvatarBirthDateFormat");
std::string birth_date = LLTrans::getString("AvatarBirthDateFormatFull");
LLStringUtil::format(birth_date, LLSD().with("datetime", static_cast<S32>(pData->born_on.secondsSinceEpoch())));
args["[AGE]"] = LLDateUtil::ageFromDate(pData->born_on, LLDate::now());
args["[REZDAY]"] = birth_date;
Expand Down
4 changes: 2 additions & 2 deletions indra/newview/skins/heretic/skin_settings.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<llsd xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="llsd.xsd">
<map>
Expand All @@ -13,7 +13,7 @@
<key>Type</key>
<string>Boolean</string>
<key>Value</key>
<boolean>1</boolean>
<boolean>0</boolean>
</map>
<key>LegacyNotificationWell</key>
<map>
Expand Down

0 comments on commit 0dcc5ce

Please # to comment.