| 245 | } |
| 246 | |
| 247 | String PatchBrowserSelector::getCopyFileString(int p_popupmenu_index) { |
| 248 | return getCopyMoveMap(p_popupmenu_index - PATCH_BROWSER_MENU_COPY_OFFSET); |
| 249 | } |
| 250 | |
| 251 | String PatchBrowserSelector::getMoveFileString(int p_popupmenu_index) { |
| 252 | return getCopyMoveMap(p_popupmenu_index - PATCH_BROWSER_MENU_MOVE_OFFSET); |
nothing calls this directly
no outgoing calls
no test coverage detected