Changeset 176 for smplayer/trunk/src/baseguiplus.cpp
- Timestamp:
- May 3, 2016, 5:25:45 PM (10 years ago)
- Location:
- smplayer/trunk
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/baseguiplus.cpp (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
smplayer/trunk
- Property svn:mergeinfo changed
/smplayer/vendor/current merged: 175
- Property svn:mergeinfo changed
-
smplayer/trunk/src/baseguiplus.cpp
r170 r176 1 1 /* smplayer, GUI front-end for mplayer. 2 Copyright (C) 2006-201 4Ricardo Villalba <[email protected]>2 Copyright (C) 2006-201 Ricardo Villalba <[email protected]> 3 3 4 4 This program is free software; you can redistribute it and/or modify … … 64 64 mainwindow_pos = pos(); 65 65 66 tray = new QSystemTrayIcon( Images::icon("logo", 22), this);66 tray = new QSystemTrayIcon(); 67 67 68 68 tray->setToolTip( "SMPlayer" ); … … 157 157 BaseGuiPlus::~BaseGuiPlus() { 158 158 saveConfig(); 159 159 160 } 160 161 … … 206 207 void BaseGuiPlus::retranslateStrings() { 207 208 BaseGui::retranslateStrings(); 209 210 208 211 209 212 quitAct->change( Images::icon("exit"), tr("&Quit") ); … … 611 614 connect(timeslider_action, SIGNAL(wheelDown()), core, SLOT(wheelDown())); 612 615 616 617 613 618 return timeslider_action; 614 619 }
Note:
See TracChangeset
for help on using the changeset viewer.
