pingus-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pingus-CVS] r2748 - branches/pingus_sdl/src


From: nehalmistry
Subject: [Pingus-CVS] r2748 - branches/pingus_sdl/src
Date: Tue, 17 Jul 2007 16:02:15 +0200

Author: nehalmistry
Date: 2007-07-17 16:02:11 +0200 (Tue, 17 Jul 2007)
New Revision: 2748

Modified:
   branches/pingus_sdl/src/story_screen.cpp
Log:
don't pass arguments to ResDescriptor for story screen skip button.

Modified: branches/pingus_sdl/src/story_screen.cpp
===================================================================
--- branches/pingus_sdl/src/story_screen.cpp    2007-07-17 13:04:38 UTC (rev 
2747)
+++ branches/pingus_sdl/src/story_screen.cpp    2007-07-17 14:02:11 UTC (rev 
2748)
@@ -98,9 +98,7 @@
 public:
   StoryScreenSkipButton(StoryScreenComponent* arg_story_comp)
     : GUI::SurfaceButton(Display::get_width() - 4, Display::get_height() - 26,
-                         ResDescriptor("core/misc/next"),
-                         ResDescriptor("core/misc/next"),
-                         ResDescriptor("core/misc/next")),
+                         ResDescriptor(), ResDescriptor(), ResDescriptor()),
       story_comp(arg_story_comp)
   {
   }





reply via email to

[Prev in Thread] Current Thread [Next in Thread]