Skip to content

Commit

Permalink
Fixed KeywordPicker (Thanks XanderOrtiz)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonty800 committed Jan 3, 2013
1 parent c46c3c4 commit f7cc23d
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 15 deletions.
25 changes: 13 additions & 12 deletions ConfigGUI/KeywordPicker.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion ConfigGUI/KeywordPicker.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public sealed partial class KeywordPicker : Form {
new KeywordInfo("{PLAYERS}", "Number of players online", "Note that hidden players will not be included in this number." ),
new KeywordInfo("{WORLDS}", "Number of worlds", "Number of worlds accessible by the player. Does not count hidden worlds." ),
new KeywordInfo("{MOTD}", "MOTD", "Message-of-the-day (server subtitle), as specified in config." ),
new KeywordInfo("{VERSION}", "fCraft version", "Version of fCraft that this server is running." )
new KeywordInfo("{VERSION}", "800Craft version", "Version of 800Craft that this server is running." )
};

const int ButtonWidth = 150,
Expand Down Expand Up @@ -49,5 +49,9 @@ public KeywordInfo( string keyword, string name, string description ) {
}
public readonly string Keyword, LongName, Description;
}

private void pFlow_Paint ( object sender, PaintEventArgs e ) {

}
}
}
4 changes: 2 additions & 2 deletions ConfigGUI/KeywordPicker.resx
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,9 @@
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
</root>

0 comments on commit f7cc23d

Please sign in to comment.