File: example.tikstrs

package info (click to toggle)
tik 0.75-3
  • links: PTS
  • area: main
  • in suites: potato
  • size: 596 kB
  • ctags: 342
  • sloc: tcl: 5,971; makefile: 68; sh: 54
file content (24 lines) | stat: -rw-r--r-- 706 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
###########
# TIK STRS Config File
# 
# Example ~/.tik/tikstrs
#
# This file is sourced after the other language files, so that
# it is possible to override any string in TiK. 
#
# Whenever you change languages, or select a new language
# first strs/default.strs is sourced, then strs/$language.strs
# and finally ~/tik/tikstrs is sourced.
###########


# Minimalist Patch --kjr
#
# See the end of tikrc also.
#tik_set_str BL_TITLE   "Buddies"   ;# Change Buddy List to just Buddies
#tik_set_str CIM_RTITLE  "*%0 %1"   ;# Remove Conversation with
#tik_set_str CIM_STITLE  "%0 %1"    ;# Remove Conversation with


# If you want your screen name in the Buddy List Title:
#tik_set_str BL_TITLE "Buddies (%n)"