1
1
mirror of https://github.com/profanity-im/profanity.git synced 2025-02-02 15:08:15 -05:00

Renamed UI related files

This commit is contained in:
James Booth 2013-01-28 01:17:46 +00:00
parent 09406ae3c6
commit a63d0aff98
5 changed files with 7 additions and 7 deletions

View File

@ -1,9 +1,9 @@
bin_PROGRAMS = profanity
profanity_SOURCES = src/command.c src/contact.c src/history.c src/xmpp.h \
src/preferences.c src/autocomplete.c src/status_bar.c \
src/preferences.c src/autocomplete.c src/ui_statusbar.c \
src/command.h src/contact.h src/history.h src/log.c src/preferences.h \
src/autocomplete.h src/title_bar.c src/windows.c src/common.c \
src/contact_list.c src/input_win.c src/log.h src/profanity.c \
src/autocomplete.h src/ui_titlebar.c src/ui_windows.c src/common.c \
src/contact_list.c src/ui_inputwin.c src/log.h src/profanity.c \
src/prof_history.c src/ui.h src/common.h src/ contact_list.h src/xmpp_conn.c \
src/main.c src/profanity.h src/prof_history.h src/chat_log.c \
src/chat_log.h src/tinyurl.c src/tinyurl.h src/chat_session.c \

View File

@ -1,5 +1,5 @@
/*
* input_win.c
* ui_inputwin.c
*
* Copyright (C) 2012, 2013 James Booth <boothj5@gmail.com>
*

View File

@ -1,5 +1,5 @@
/*
* status_bar.c
* ui_statusbar.c
*
* Copyright (C) 2012, 2013 James Booth <boothj5@gmail.com>
*

View File

@ -1,5 +1,5 @@
/*
* title_bar.c
* ui_titlebar.c
*
* Copyright (C) 2012, 2013 James Booth <boothj5@gmail.com>
*

View File

@ -1,5 +1,5 @@
/*
* windows.c
* ui_windows.c
*
* Copyright (C) 2012, 2013 James Booth <boothj5@gmail.com>
*