Show
Ignore:
Timestamp:
04/27/08 22:47:06 (7 months ago)
Author:
flynd
Message:

Renamed config parameter for hiding chat dialog buttons to more general name.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/qt4-gui/src/config/chat.h

    r6143 r6173  
    7474  bool autoPosReplyWin() const { return myAutoPosReplyWin; } 
    7575  bool autoSendThroughServer() const { return myAutoSendThroughServer; } 
    76   bool showSendClose() const { return myShowSendClose; } 
     76  bool showDlgButtons() const { return myShowDlgButtons; } 
    7777  bool showAllEncodings() const { return myShowAllEncodings; } 
    7878  QByteArray defaultEncoding() const { return myDefaultEncoding; } 
     
    124124  void setAutoPosReplyWin(bool autoPosReplyWin); 
    125125  void setAutoSendThroughServer(bool autoSendThroughServer); 
    126   void setShowSendClose(bool showSendClose); 
     126  void setShowDlgButtons(bool showDlgButtons); 
    127127  void setShowAllEncodings(bool showAllEncodings); 
    128128  void setDefaultEncoding(QByteArray defaultEncoding); 
     
    172172  bool myAutoPosReplyWin; 
    173173  bool myAutoSendThroughServer; 
    174   bool myShowSendClose; 
     174  bool myShowDlgButtons; 
    175175  bool myShowAllEncodings; 
    176176  bool myTabbedChatting;