summaryrefslogtreecommitdiff
path: root/src/save/ServerSaveActivity.cpp
diff options
context:
space:
mode:
authorjacob1 <jfu614@gmail.com>2012-09-20 23:33:16 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-09-25 19:09:24 (GMT)
commit187a5189d597786e51a89221b16393e4ccc37256 (patch)
treeccd7af7fb8b6c3928364a5b361d037f1a00c2573 /src/save/ServerSaveActivity.cpp
parent5ee1c7ff801b475b4447c5ee6db4a77d0f75f532 (diff)
downloadpowder-187a5189d597786e51a89221b16393e4ccc37256.zip
powder-187a5189d597786e51a89221b16393e4ccc37256.tar.gz
some improvements to the render options interface and checkboxes (icons and tooltips coming next)
Diffstat (limited to 'src/save/ServerSaveActivity.cpp')
-rw-r--r--src/save/ServerSaveActivity.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/save/ServerSaveActivity.cpp b/src/save/ServerSaveActivity.cpp
index b8661a8..a704e85 100644
--- a/src/save/ServerSaveActivity.cpp
+++ b/src/save/ServerSaveActivity.cpp
@@ -97,7 +97,7 @@ ServerSaveActivity::ServerSaveActivity(SaveInfo save, ServerSaveActivity::SaveUp
descriptionField->Appearance.HorizontalAlign = ui::Appearance::AlignLeft;
AddComponent(descriptionField);
- publishedCheckbox = new ui::Checkbox(ui::Point(8, 45), ui::Point((Size.X/2)-16, 16), "Publish");
+ publishedCheckbox = new ui::Checkbox(ui::Point(8, 45), ui::Point((Size.X/2)-16, 16), "Publish", "");
if(Client::Ref().GetAuthUser().Username != save.GetUserName())
{
//Save is not owned by the user, disable by default