mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-11 04:32:30 +00:00
Proper '/' on the end of directories in the find-file window.
git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@381 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
@@ -37,13 +37,17 @@ public:
|
||||
WindowStringList();
|
||||
~WindowStringList();
|
||||
|
||||
void set_range(iterator first, iterator last) { m_first = first; m_last = last; }
|
||||
iterator get_draw_end() { return m_drawEnd; }
|
||||
|
||||
void set_range(iterator first, iterator last) { m_first = m_drawEnd = first; m_last = last; }
|
||||
|
||||
virtual void redraw();
|
||||
|
||||
private:
|
||||
iterator m_first;
|
||||
iterator m_last;
|
||||
|
||||
iterator m_drawEnd;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user