Changeset 181 for smplayer/trunk/src/toolbareditor.cpp
- Timestamp:
- Aug 31, 2016, 5:31:04 PM (9 years ago)
- Location:
- smplayer/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
smplayer/trunk
- Property svn:mergeinfo changed
/smplayer/vendor/current merged: 179
- Property svn:mergeinfo changed
-
smplayer/trunk/src/toolbareditor.cpp
r176 r181 259 259 if (action_name == "timelabel_action") s = tr("Display time"); 260 260 else 261 if (action_name == "current_timelabel_action") s = tr("Current time"); 262 else 263 if (action_name == "total_timelabel_action") s = tr("Total time"); 264 else 265 if (action_name == "remaining_timelabel_action") s = tr("Remaining time"); 266 else 261 267 if (action_name == "rewindbutton_action") s = tr("3 in 1 rewind"); 262 268 else 263 269 if (action_name == "forwardbutton_action") s = tr("3 in 1 forward"); 270 else 271 if (action_name == "quick_access_menu") s = tr("Quick access menu"); 264 272 return s; 265 273 }
Note:
See TracChangeset
for help on using the changeset viewer.