diff options
-rw-r--r-- | src/IconbarTool.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/IconbarTool.cc b/src/IconbarTool.cc index faccc62..02586f8 100644 --- a/src/IconbarTool.cc +++ b/src/IconbarTool.cc | |||
@@ -20,7 +20,7 @@ | |||
20 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 20 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
21 | // DEALINGS IN THE SOFTWARE. | 21 | // DEALINGS IN THE SOFTWARE. |
22 | 22 | ||
23 | // $Id: IconbarTool.cc,v 1.16 2003/11/27 14:30:11 fluxgen Exp $ | 23 | // $Id: IconbarTool.cc,v 1.17 2003/11/29 00:36:09 fluxgen Exp $ |
24 | 24 | ||
25 | #include "IconbarTool.hh" | 25 | #include "IconbarTool.hh" |
26 | 26 | ||
@@ -200,7 +200,7 @@ IconbarTool::IconbarTool(const FbTk::FbWindow &parent, IconbarTheme &theme, BScr | |||
200 | save_and_reconfig->add(reconfig); | 200 | save_and_reconfig->add(reconfig); |
201 | save_and_reconfig->add(save); | 201 | save_and_reconfig->add(save); |
202 | RefCount<Command> s_and_reconfig(save_and_reconfig); | 202 | RefCount<Command> s_and_reconfig(save_and_reconfig); |
203 | m_menu.insert(new BoolMenuItem("Use Pixmap", *m_rc_use_pixmap, s_and_reconfig)); | 203 | m_menu.insert(new BoolMenuItem("Show Pictures", *m_rc_use_pixmap, s_and_reconfig)); |
204 | m_menu.update(); | 204 | m_menu.update(); |
205 | 205 | ||
206 | // add iconbar menu to toolbar menu | 206 | // add iconbar menu to toolbar menu |