This commit is contained in:
Campbell Barton
2014-06-22 23:47:05 +10:00
parent 728041019e
commit 3e2d8d2233
2 changed files with 2 additions and 2 deletions

View File

@@ -339,7 +339,7 @@ static const char *template_id_browse_tip(StructRNA *type)
case ID_LA: return N_("Browse Lamp Data to be linked");
case ID_CA: return N_("Browse Camera Data to be linked");
case ID_WO: return N_("Browse World Settings to be linked");
case ID_SCR: return N_("Choose Screen lay-out");
case ID_SCR: return N_("Choose Screen layout");
case ID_TXT: return N_("Browse Text to be linked");
case ID_SPK: return N_("Browse Speaker Data to be linked");
case ID_SO: return N_("Browse Sound to be linked");

View File

@@ -1003,7 +1003,7 @@ static int image_cmp_frame(void *a, void *b)
* \brief Return the start (offset) and the length of the sequence of continuous frames in the list of frames
* \param frames [in] the list of frame numbers, as a side-effect the list is sorted
* \param ofs [out] offest, the first frame number in the sequence
* \return the number of continuos frames in the sequence
* \return the number of contiguous frames in the sequence
*/
static int image_sequence_get_len(ListBase *frames, int *ofs)
{