summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterfacebook.cpp
diff options
context:
space:
mode:
authorCho <cho@lindenlab.com>2014-02-06 21:58:54 +0000
committerCho <cho@lindenlab.com>2014-02-06 21:58:54 +0000
commit4e1c0f2c31475132f1d40cea96b243d7e99e00ff (patch)
tree0eed0a1f7ff78da08f374da5838db28ab07a929e /indra/newview/llfloaterfacebook.cpp
parenta6123336e20ad8e6b597437e808a22d9a9a46c6b (diff)
changed Facebook default image upload size to 1200x630 and Twitter to 800x600
Diffstat (limited to 'indra/newview/llfloaterfacebook.cpp')
-rw-r--r--indra/newview/llfloaterfacebook.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfloaterfacebook.cpp b/indra/newview/llfloaterfacebook.cpp
index 5e1e3ad40f..932d49811a 100644
--- a/indra/newview/llfloaterfacebook.cpp
+++ b/indra/newview/llfloaterfacebook.cpp
@@ -207,6 +207,7 @@ BOOL LLFacebookPhotoPanel::postBuild()
mSnapshotPanel = getChild<LLUICtrl>("snapshot_panel");
mResolutionComboBox = getChild<LLUICtrl>("resolution_combobox");
+ mResolutionComboBox->setValue("[i1200,i630]"); // hardcoded defaults ftw!
mResolutionComboBox->setCommitCallback(boost::bind(&LLFacebookPhotoPanel::updateResolution, this, TRUE));
mFilterComboBox = getChild<LLUICtrl>("filters_combobox");
mFilterComboBox->setCommitCallback(boost::bind(&LLFacebookPhotoPanel::updateResolution, this, TRUE));