*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
/*****************************************************************************
wxStaticLine *static_line = new wxStaticLine( panel, wxID_OK );
/* Create the buttons */
- wxButton *ok_button = new wxButton( panel, wxID_OK, wxU(_("OK")) );
+ wxButton *ok_button = new wxButton( panel, wxID_OK );
ok_button->SetDefault();
- wxButton *cancel_button = new wxButton( panel, wxID_CANCEL,
- wxU(_("Cancel")) );
- wxButton *save_button = new wxButton( panel, wxID_SAVE, wxU(_("Save")) );
+ wxButton *cancel_button = new wxButton( panel, wxID_CANCEL );
+ wxButton *save_button = new wxButton( panel, wxID_SAVE );
wxButton *reset_button = new wxButton( panel, ResetAll_Event,
wxU(_("Reset All")) );
psz_help = config_CategoryHelpGet( p_item->i_value );
if( psz_help )
{
- config_data->psz_help = wraptext( strdup( psz_help ),
- 72 , 1 );
+ config_data->psz_help = wraptext( strdup( psz_help ), 72 );
}
else
{
char *psz_help = config_CategoryHelpGet( p_item->i_value );
if( psz_help )
{
- cd->psz_help = wraptext( strdup( psz_help ),72 ,
- 1 );
+ cd->psz_help = wraptext( strdup( psz_help ), 72 );
}
else
{
psz_help = config_CategoryHelpGet( p_item->i_value );
if( psz_help )
{
- config_data->psz_help = wraptext( strdup( psz_help ) ,
- 72 , 1 );
+ config_data->psz_help = wraptext( strdup( psz_help ), 72 );
}
else
{