(THIS IS A TRANSITIONAL REVISION, DO NOT USE, WAIT FOR UPDATED DEPS)
- Fixed weird msvcrt bugs caused by dbghelp.dll - Activated new radiant icon on Linux (Topsun) - First update for installerfiles (Shaderman) - New MODT for q3map2 :) - tiny changes git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@146 8a3a26a2-13c4-0310-b231-cf6edde360e5
This commit is contained in:
@@ -2890,7 +2890,7 @@ void MainFrame::Create()
|
||||
|
||||
#if !defined(WIN32)
|
||||
{
|
||||
GdkPixbuf* pixbuf = pixbuf_new_from_file_with_mask("icon.bmp");
|
||||
GdkPixbuf* pixbuf = pixbuf_new_from_file_with_mask("bitmaps/icon.bmp");
|
||||
if(pixbuf != 0)
|
||||
{
|
||||
gtk_window_set_icon(window, pixbuf);
|
||||
|
||||
Reference in New Issue
Block a user