ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/Windows/prefs_editor_gtk.cpp
(Generate patch)

Comparing BasiliskII/src/Windows/prefs_editor_gtk.cpp (file contents):
Revision 1.14 by gbeauche, 2006-05-01T10:27:16Z vs.
Revision 1.15 by gbeauche, 2006-05-14T16:13:54Z

# Line 1610 | Line 1610 | static void create_memory_pane(GtkWidget
1610                  STR_RAMSIZE_128MB_LAB,
1611                  STR_RAMSIZE_256MB_LAB,
1612                  STR_RAMSIZE_512MB_LAB,
1613 #ifndef SHEEPSHAVER
1613                  STR_RAMSIZE_1024MB_LAB,
1615 #endif
1614                  0
1615          };
1616 <        char default_ramsize[10];
1616 >        char default_ramsize[16];
1617          sprintf(default_ramsize, "%d", PrefsFindInt32("ramsize") >> 20);
1618          w_ramsize = table_make_combobox(table, 0, STR_RAMSIZE_CTRL, default_ramsize, options);
1619  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines