Skip to content

Commit

Permalink
Merge pull request #2522 from raven02/patch-19
Browse files Browse the repository at this point in the history
Add Square icon to LOAD/SAVE/DELETE
  • Loading branch information
hrydgard committed Jun 28, 2013
2 parents 1279183 + 5b920e1 commit 88b9fa7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Core/Dialog/PSPSaveDialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@ void PSPSaveDialog::DisplayBanner(int which)
break;
}
// TODO: Draw a hexagon icon
PPGeDrawImage(10, 6, 12.0f, 12.0f, 1, 10, 1, 10, 10, 10, CalcFadedColor(0xFFFFFFFF));
PPGeDrawText(title, 30, 11, PPGE_ALIGN_VCENTER, 0.6f, CalcFadedColor(0xFFFFFFFF));
}

Expand Down

0 comments on commit 88b9fa7

Please sign in to comment.