gui : Add the current folder in the title area

This commit is contained in:
2011-09-05 10:02:17 +02:00
parent 1de1f787e7
commit e48c75df72
2 changed files with 11 additions and 1 deletions

View File

@@ -58,6 +58,7 @@ class MainWindows: public Singleton<MainWindows>, public MsgBroadcast
void SetNoTitle(void);
// main windows widget :
GtkWidget * m_mainWindow;
GtkWidget * m_internalTitleLabel;
BufferView m_BufferView;
CodeView m_CodeView;
MenuBar m_MenuBar;