Fix bug with children not resizing with main window
[emu8051.git] / src / messagebox.h
index 9a8852e..991e758 100644 (file)
@@ -16,7 +16,7 @@
  *
  * 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
  */
 
 #ifndef MESSAGEBOX_H
 
 #include <gtk/gtk.h>
 
-
 #define MESSAGE_DIALOG_NORMAL_FONT 0
 #define MESSAGE_DIALOG_FIXED_FONT  1
 
-
 void
-ShowMessage( gchar *title, gchar *message, int justification, int font_style );
-
+ShowMessage(gchar *title, gchar *message, int justification, int font_style);
 
 #endif /* MESSAGEBOX_H */