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/GameplayMenu.lua

    r6363 r6388  
    1919    table.insert(themeList, "Theme 3")
    2020    for k,v in pairs(themeList) do
    21         item = CEGUI.createListboxTextItem(v)       
     21        item = CEGUI.createListboxTextItem(v)
    2222        item:setSelectionBrushImage("TaharezLook", "MultiListSelectionBrush")
    2323        CEGUI.toCombobox(dropdown):addItem(item)
Note: See TracChangeset for help on using the changeset viewer.