~ad-simplypeachy/+junk/ai-hints

« back to all changes in this revision

Viewing changes to src/ui_basic/radiobutton.cc

  • Committer: Holger Rapp
  • Date: 2012-12-20 06:30:19 UTC
  • Revision ID: sirver@gmx.de-20121220063019-7y0n6z05ri2wjotk
Fixed a crash when opening the resource menu in the editor.

Show diffs side-by-side

added added

removed removed

Lines of Context:
97
97
        (Panel      * const parent,
98
98
         Point        const p,
99
99
         const IPicture* pic,
100
 
         char const * const tooltip,
 
100
         const std::string& tooltip,
101
101
         Radiobutton **     ret_btn)
102
102
{
103
103
        ++m_highestid;