Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 21, 2009, 1:28:10 PM (14 years ago)
Author:
rgrieder
Message:

Found some end of line leftover spaces.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentation2/data/gui/scripts/GraphicsMenu.lua

    r6363 r6388  
    6161    table.insert(resolutionList, "1440 x 900")
    6262    for k,v in pairs(resolutionList) do
    63         item = CEGUI.createListboxTextItem(v)       
     63        item = CEGUI.createListboxTextItem(v)
    6464        item:setSelectionBrushImage("TaharezLook", "MultiListSelectionBrush")
    6565        CEGUI.toListbox(listboxwindow):addItem(item)
Note: See TracChangeset for help on using the changeset viewer.