Advertisement
Guest User

Untitled

a guest
Dec 3rd, 2012
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.26 KB | None | 0 0
  1. owner->MovePenTo(BPoint(21, frame.bottom - 1));
  2.     if (fIsAudio) {
  3.         sprintf(temp_char, "%s - %d:%d", fName, (int)(fAudioInfo.total_time / 1000000) / 60, (int)(fAudioInfo.total_time / 1000000) % 60);
  4.         owner->DrawString(temp_char);
  5.     } else
  6.         owner->DrawString(fName);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement